Record snake oil in savefile.

This commit is contained in:
Jacob Mandelson 2024-02-24 15:50:15 -08:00
parent 0f84812d15
commit 7d04b0c717
1 changed files with 2 additions and 1 deletions

View File

@ -596,12 +596,13 @@ EX void applyBoxes() {
for(int i=0; i<43; i++) {
if(loading) kills[i] = 0;
bool fake = (i == moLesserM || i == moTentacletail);
bool fake = (i == moLesserM);
if(i == moWormtail) applyBoxM(moCrystalSage);
else if(i == moWormwait) applyBoxM(moFireFairy);
else if(i == moTentacleEscaping) applyBoxM(moMiner);
else if(i == moREMOVED) applyBoxI(itFatigue);
else if(i == moGolemMoved) applyBoxM(moIllusion);
else if(i == moTentacletail) applyBoxI(itSnake);
else if(i == moTentaclewait) applyBoxOrb(itOrbThorns);
else if(i == moGreater) applyBoxOrb(itOrbDragon);
else if(i == moGreaterM) applyBoxOrb(itOrbIllusion);