mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 18:10:35 +00:00
Record snake oil in savefile.
This commit is contained in:
parent
0f84812d15
commit
7d04b0c717
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user