Skip to content

Commit

Permalink
Record World Turtle kills.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Mandelson committed Feb 21, 2024
1 parent 9a590ec commit 56c8838
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,16 +593,15 @@ EX void applyBoxes() {

for(int i=0; i<43; i++) {
if(loading) kills[i] = 0;
bool fake =
i == moLesserM || i == moNone || i == moWolfMoved || i == moTentacletail ||
i == moIvyNext;
bool fake = (i == moREMOVED || i == moLesserM || i == moTentacletail);
if(i == moWormtail) applyBoxM(moCrystalSage);
else if(i == moWormwait) applyBoxM(moFireFairy);
else if(i == moTentacleEscaping) applyBoxM(moMiner);
else if(i == moGolemMoved) applyBoxM(moIllusion);
else if(i == moTentaclewait) applyBoxOrb(itOrbThorns);
else if(i == moGreater) applyBoxOrb(itOrbDragon);
else if(i == moGreaterM) applyBoxOrb(itOrbIllusion);
else if(i == moWolfMoved) applyBoxM(moWorldTurtle);
else applyBoxM(eMonster(i), fake);
}

Expand Down

0 comments on commit 56c8838

Please sign in to comment.