check rancidEgg20
This commit is contained in:
parent
76c7639ef7
commit
2163138390
3 changed files with 6 additions and 3 deletions
|
|
@ -2272,8 +2272,10 @@ var DataChecker = /*#__PURE__*/function () {
|
|||
|
||||
case "hallownestSeal17": // The Seer's Essence Reward - Hallownest Seal
|
||||
|
||||
case "arcaneEgg2":
|
||||
// The Seer's Essence Reward - Arcane Egg
|
||||
case "arcaneEgg2": // The Seer's Essence Reward - Arcane Egg
|
||||
|
||||
case "rancidEgg20":
|
||||
// Sly's Rancid Egg shop item
|
||||
if (this.playerData[this.entries[entry].id] === true) {
|
||||
(0,_hk_functions_js__WEBPACK_IMPORTED_MODULE_2__.SetIconGreen)(this.section, entry);
|
||||
} else {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -2509,6 +2509,7 @@ class DataChecker {
|
|||
// playerData activation checks true/false
|
||||
case "hallownestSeal17": // The Seer's Essence Reward - Hallownest Seal
|
||||
case "arcaneEgg2": // The Seer's Essence Reward - Arcane Egg
|
||||
case "rancidEgg20": // Sly's Rancid Egg shop item
|
||||
|
||||
if (this.playerData[this.entries[entry].id] === true) {
|
||||
SetIconGreen(this.section, entry);
|
||||
|
|
|
|||
Loading…
Reference in a new issue