seal of binding BC

This commit is contained in:
ReznoRMichael 2021-02-16 02:36:04 +01:00
parent 12b22a11d2
commit 20cc299e42
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -850,6 +850,7 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
case "fragileGreed_unbreakable": case "fragileGreed_unbreakable":
case "fragileHealth_unbreakable": case "fragileHealth_unbreakable":
case "fragileStrength_unbreakable": case "fragileStrength_unbreakable":
case "killedBindingSeal":
if (playerData.hasOwnProperty(i) === false) { if (playerData.hasOwnProperty(i) === false) {
CurrentDataBlank(); CurrentDataBlank();
textPrefix = `<del>${textPrefix}</del>`; textPrefix = `<del>${textPrefix}</del>`;