nightmare lantern backwards compatibility

This commit is contained in:
ReznoRMichael 2021-02-16 02:21:02 +01:00
parent 5ead6384bf
commit 1ec556ee68
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -843,7 +843,8 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
(FindWorldItem("Abyss_20", "Shiny Item Stand")) ? CurrentDataTrue(): CurrentDataFalse();
break;
case "gotLurkerKey":
if (playerData.hasOwnProperty("gotLurkerKey") === false) {
case "nightmareLanternLit":
if (playerData.hasOwnProperty(i) === false) {
CurrentDataBlank();
textPrefix = `<del>${textPrefix}</del>`;
textSuffix = `<del>${textSuffix}</del>`;