Mirror Spirits now killed by Orb of Slaying

This commit is contained in:
Zeno Rogue 2018-05-15 23:27:48 +02:00
parent 90d2f7e274
commit e6678806f9
1 changed files with 1 additions and 1 deletions

View File

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