unbreakable charms backwards compatibility
This commit is contained in:
parent
8ffc386d47
commit
12b22a11d2
2 changed files with 4 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -847,6 +847,9 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
|
|||
case "killedPaleLurker":
|
||||
case "whiteDefenderDefeated":
|
||||
case "gotGrimmNotch":
|
||||
case "fragileGreed_unbreakable":
|
||||
case "fragileHealth_unbreakable":
|
||||
case "fragileStrength_unbreakable":
|
||||
if (playerData.hasOwnProperty(i) === false) {
|
||||
CurrentDataBlank();
|
||||
textPrefix = `<del>${textPrefix}</del>`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue