Area Maps icon partial
This commit is contained in:
parent
a2c9acef01
commit
644e6e99d6
3 changed files with 3 additions and 17 deletions
|
|
@ -1045,16 +1045,9 @@ function CheckAdditionalThings(section, saveFile) {
|
|||
}
|
||||
}
|
||||
}
|
||||
/* if (i === "grubsCollected") {
|
||||
LogMissingGrubs();
|
||||
} */
|
||||
|
||||
/* textPrefix += `: ${countTotal}`; */
|
||||
|
||||
|
||||
if (i === "grubRewards") {
|
||||
entries[i].amountTotal = playerData.grubsCollected;
|
||||
/* textPrefix += ` / ${playerData.grubsCollected}`; */
|
||||
}
|
||||
|
||||
if (i === "greyPrinceDefeats") {
|
||||
|
|
@ -1558,7 +1551,7 @@ function CheckAdditionalThings(section, saveFile) {
|
|||
if (entries[i].amount >= entries[i].max) {
|
||||
(0,_hk_functions_js__WEBPACK_IMPORTED_MODULE_2__.SetIconGreen)(section, i);
|
||||
} else if (entries[i].amount > 0) {
|
||||
(0,_hk_functions_js__WEBPACK_IMPORTED_MODULE_2__.SetIcon)(section, i, "revealed");
|
||||
(0,_hk_functions_js__WEBPACK_IMPORTED_MODULE_2__.SetIconPartial)(section, i);
|
||||
} else {
|
||||
(0,_hk_functions_js__WEBPACK_IMPORTED_MODULE_2__.SetIconRed)(section, i);
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1226,15 +1226,8 @@ function CheckAdditionalThings(section, saveFile) {
|
|||
}
|
||||
}
|
||||
|
||||
/* if (i === "grubsCollected") {
|
||||
LogMissingGrubs();
|
||||
} */
|
||||
|
||||
/* textPrefix += `: ${countTotal}`; */
|
||||
|
||||
if (i === "grubRewards") {
|
||||
entries[i].amountTotal = playerData.grubsCollected;
|
||||
/* textPrefix += ` / ${playerData.grubsCollected}`; */
|
||||
}
|
||||
|
||||
if (i === "greyPrinceDefeats") {
|
||||
|
|
@ -1762,7 +1755,7 @@ function CheckAdditionalThings(section, saveFile) {
|
|||
if (entries[i].amount >= entries[i].max) {
|
||||
SetIconGreen(section, i);
|
||||
} else if (entries[i].amount > 0) {
|
||||
SetIcon(section, i, "revealed");
|
||||
SetIconPartial(section, i);
|
||||
} else {
|
||||
SetIconRed(section, i);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue