mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-09 10:14:16 +00:00
Mirror Spirits now killed by Orb of Slaying
This commit is contained in:
2
game.cpp
2
game.cpp
@@ -1984,7 +1984,7 @@ void killMonster(cell *c, eMonster who, flagtype deathflags) {
|
|||||||
if(avenge) { avengers += 2; }
|
if(avenge) { avengers += 2; }
|
||||||
}
|
}
|
||||||
|
|
||||||
if(m == moMirrorSpirit && who != moMimic && !(deathflags & AF_MAGIC)) {
|
if(m == moMirrorSpirit && who != moMimic && !(deathflags & (AF_MAGIC | AF_CRUSH))) {
|
||||||
kills[m]--;
|
kills[m]--;
|
||||||
mirrorspirits++;
|
mirrorspirits++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user