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