add Millibelle Disappeared
This commit is contained in:
parent
0fce3ce701
commit
055a9e004d
4 changed files with 30 additions and 1 deletions
14
build/app.js
14
build/app.js
|
|
@ -1179,6 +1179,15 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
|||
SetIconNone(section, i);
|
||||
break;
|
||||
|
||||
case "millibelleLeft":
|
||||
if (playerData.bankerTheft === 1) {
|
||||
SetIconGreen(section, i);
|
||||
} else {
|
||||
SetIconRed(section, i);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case "geoRocks":
|
||||
discoveredTotal = sceneData.geoRocks.length;
|
||||
notActivated = CountGeoRocks(discoveredTotal, "unbroken");
|
||||
|
|
@ -5868,6 +5877,11 @@ var HK = {
|
|||
spoiler: "Fog Canyon: Millibelle the Banker",
|
||||
wiki: "Millibelle"
|
||||
},
|
||||
millibelleLeft: {
|
||||
name: "Millibelle Disappeared",
|
||||
spoiler: "Fog Canyon: Millibelle the Banker",
|
||||
wiki: "Millibelle"
|
||||
},
|
||||
|
||||
/*
|
||||
Path of Pain entrance discovered
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1301,6 +1301,16 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
|||
SetIconNone(section, i);
|
||||
|
||||
break;
|
||||
|
||||
case "millibelleLeft":
|
||||
|
||||
if (playerData.bankerTheft === 1) {
|
||||
SetIconGreen(section, i);
|
||||
} else {
|
||||
SetIconRed(section, i);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case "geoRocks":
|
||||
discoveredTotal = sceneData.geoRocks.length;
|
||||
|
|
|
|||
|
|
@ -2802,6 +2802,11 @@ const HK = {
|
|||
spoiler: "Fog Canyon: Millibelle the Banker",
|
||||
wiki: "Millibelle"
|
||||
},
|
||||
millibelleLeft: {
|
||||
name: "Millibelle Disappeared",
|
||||
spoiler: "Fog Canyon: Millibelle the Banker",
|
||||
wiki: "Millibelle"
|
||||
},
|
||||
/*
|
||||
Path of Pain entrance discovered
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue