1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

classified kills[moNone]

This commit is contained in:
Zeno Rogue 2024-02-22 12:33:49 +01:00
parent f271ba6b4d
commit bfd1945d7b

View File

@ -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);
}