mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
classified kills[moNone]
This commit is contained in:
parent
f271ba6b4d
commit
bfd1945d7b
@ -602,6 +602,7 @@ EX void applyBoxes() {
|
||||
else if(i == moGreater) applyBoxOrb(itOrbDragon);
|
||||
else if(i == moGreaterM) applyBoxOrb(itOrbIllusion);
|
||||
else if(i == moWolfMoved) applyBoxM(moWorldTurtle);
|
||||
else if(i == moNone) applyBoxNum(kills[i], "icewalls melted");
|
||||
else applyBoxM(eMonster(i), fake);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user