add Found Millibelle

This commit is contained in:
ReznoRMichael 2021-07-30 22:33:59 +02:00
parent cab3c6d010
commit f3b6ecd36c
4 changed files with 13 additions and 3 deletions

View file

@ -1180,7 +1180,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
break; break;
case "millibelleLeft": case "millibelleLeft":
if (playerData.bankerTheft === 1) { if (playerData.bankerTheft >= 1) {
SetIconGreen(section, i); SetIconGreen(section, i);
} else { } else {
SetIconRed(section, i); SetIconRed(section, i);
@ -5896,6 +5896,11 @@ var HK = {
spoiler: "Fog Canyon: Millibelle the Banker", spoiler: "Fog Canyon: Millibelle the Banker",
wiki: "Millibelle" wiki: "Millibelle"
}, },
bankerSpaMet: {
name: "Found Millibelle",
spoiler: "City of Tears: Hot Springs, needs Simple Key",
wiki: "Millibelle"
},
/* /*
Path of Pain entrance discovered Path of Pain entrance discovered

File diff suppressed because one or more lines are too long

View file

@ -1304,7 +1304,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
case "millibelleLeft": case "millibelleLeft":
if (playerData.bankerTheft === 1) { if (playerData.bankerTheft >= 1) {
SetIconGreen(section, i); SetIconGreen(section, i);
} else { } else {
SetIconRed(section, i); SetIconRed(section, i);

View file

@ -2812,6 +2812,11 @@ const HK = {
spoiler: "Fog Canyon: Millibelle the Banker", spoiler: "Fog Canyon: Millibelle the Banker",
wiki: "Millibelle" wiki: "Millibelle"
}, },
bankerSpaMet: {
name: "Found Millibelle",
spoiler: "City of Tears: Hot Springs, needs Simple Key",
wiki: "Millibelle"
},
/* /*
Path of Pain entrance discovered Path of Pain entrance discovered
*/ */