white defender backwards compatibility

This commit is contained in:
ReznoRMichael 2021-02-16 02:29:06 +01:00
parent ff783d8b57
commit 27429fbba4
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -845,6 +845,7 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
case "gotLurkerKey": case "gotLurkerKey":
case "nightmareLanternLit": case "nightmareLanternLit":
case "killedPaleLurker": case "killedPaleLurker":
case "whiteDefenderDefeated":
if (playerData.hasOwnProperty(i) === false) { if (playerData.hasOwnProperty(i) === false) {
CurrentDataBlank(); CurrentDataBlank();
textPrefix = `<del>${textPrefix}</del>`; textPrefix = `<del>${textPrefix}</del>`;