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