add Millibelle Disappeared

This commit is contained in:
ReznoRMichael 2021-07-30 22:16:43 +02:00
parent 0fce3ce701
commit 055a9e004d
4 changed files with 30 additions and 1 deletions

View file

@ -1179,6 +1179,15 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
SetIconNone(section, i); SetIconNone(section, i);
break; break;
case "millibelleLeft":
if (playerData.bankerTheft === 1) {
SetIconGreen(section, i);
} else {
SetIconRed(section, i);
}
break;
case "geoRocks": case "geoRocks":
discoveredTotal = sceneData.geoRocks.length; discoveredTotal = sceneData.geoRocks.length;
notActivated = CountGeoRocks(discoveredTotal, "unbroken"); notActivated = CountGeoRocks(discoveredTotal, "unbroken");
@ -5868,6 +5877,11 @@ var HK = {
spoiler: "Fog Canyon: Millibelle the Banker", spoiler: "Fog Canyon: Millibelle the Banker",
wiki: "Millibelle" wiki: "Millibelle"
}, },
millibelleLeft: {
name: "Millibelle Disappeared",
spoiler: "Fog Canyon: Millibelle the Banker",
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

@ -1301,6 +1301,16 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
SetIconNone(section, i); SetIconNone(section, i);
break; break;
case "millibelleLeft":
if (playerData.bankerTheft === 1) {
SetIconGreen(section, i);
} else {
SetIconRed(section, i);
}
break;
case "geoRocks": case "geoRocks":
discoveredTotal = sceneData.geoRocks.length; discoveredTotal = sceneData.geoRocks.length;

View file

@ -2802,6 +2802,11 @@ const HK = {
spoiler: "Fog Canyon: Millibelle the Banker", spoiler: "Fog Canyon: Millibelle the Banker",
wiki: "Millibelle" wiki: "Millibelle"
}, },
millibelleLeft: {
name: "Millibelle Disappeared",
spoiler: "Fog Canyon: Millibelle the Banker",
wiki: "Millibelle"
},
/* /*
Path of Pain entrance discovered Path of Pain entrance discovered
*/ */