killed Zote change
This commit is contained in:
parent
5c722ee8bc
commit
79f505c3c8
4 changed files with 1538 additions and 4 deletions
305
docs/app.js
305
docs/app.js
File diff suppressed because one or more lines are too long
138
docs/index.html
138
docs/index.html
File diff suppressed because one or more lines are too long
1097
docs/main.css
1097
docs/main.css
File diff suppressed because one or more lines are too long
|
|
@ -931,7 +931,7 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
|
||||||
textSuffix = dataObject[i].spoilerNeglect;
|
textSuffix = dataObject[i].spoilerNeglect;
|
||||||
CurrentDataTrue();
|
CurrentDataTrue();
|
||||||
}
|
}
|
||||||
else if (playerData.zoteDefeated === true) {
|
else if (playerData.killedZote === true) {
|
||||||
textPrefix = dataObject[i].nameRivalry;
|
textPrefix = dataObject[i].nameRivalry;
|
||||||
textSuffix = dataObject[i].spoilerRivalry;
|
textSuffix = dataObject[i].spoilerRivalry;
|
||||||
CurrentDataTrue();
|
CurrentDataTrue();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue