blank for Grey Prince, Zote, Nailsmith
This commit is contained in:
parent
8683809d43
commit
361d2597e3
1 changed files with 5 additions and 0 deletions
|
|
@ -1116,6 +1116,11 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData) {
|
|||
case "killsBindingSeal":
|
||||
(playerData[i] == 0) ? CurrentDataTrue(): CurrentDataFalse();
|
||||
break;
|
||||
case "greyPrinceDefeated":
|
||||
case "zoteDead":
|
||||
case "nailsmithSpared":
|
||||
(playerData[i] === true) ? CurrentDataTrue(): CurrentDataBlank();
|
||||
break;
|
||||
default:
|
||||
(playerData[i] === true) ? CurrentDataTrue(): CurrentDataFalse();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue