add Found Millibelle
This commit is contained in:
parent
cab3c6d010
commit
f3b6ecd36c
4 changed files with 13 additions and 3 deletions
|
|
@ -1180,7 +1180,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
|||
break;
|
||||
|
||||
case "millibelleLeft":
|
||||
if (playerData.bankerTheft === 1) {
|
||||
if (playerData.bankerTheft >= 1) {
|
||||
SetIconGreen(section, i);
|
||||
} else {
|
||||
SetIconRed(section, i);
|
||||
|
|
@ -5896,6 +5896,11 @@ var HK = {
|
|||
spoiler: "Fog Canyon: Millibelle the Banker",
|
||||
wiki: "Millibelle"
|
||||
},
|
||||
bankerSpaMet: {
|
||||
name: "Found Millibelle",
|
||||
spoiler: "City of Tears: Hot Springs, needs Simple Key",
|
||||
wiki: "Millibelle"
|
||||
},
|
||||
|
||||
/*
|
||||
Path of Pain entrance discovered
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1304,7 +1304,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
|||
|
||||
case "millibelleLeft":
|
||||
|
||||
if (playerData.bankerTheft === 1) {
|
||||
if (playerData.bankerTheft >= 1) {
|
||||
SetIconGreen(section, i);
|
||||
} else {
|
||||
SetIconRed(section, i);
|
||||
|
|
|
|||
|
|
@ -2812,6 +2812,11 @@ const HK = {
|
|||
spoiler: "Fog Canyon: Millibelle the Banker",
|
||||
wiki: "Millibelle"
|
||||
},
|
||||
bankerSpaMet: {
|
||||
name: "Found Millibelle",
|
||||
spoiler: "City of Tears: Hot Springs, needs Simple Key",
|
||||
wiki: "Millibelle"
|
||||
},
|
||||
/*
|
||||
Path of Pain entrance discovered
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue