Stunning the Shadow now temporarily destroys it

This commit is contained in:
Zeno Rogue 2022-02-03 01:04:19 +01:00
parent 2f2ff3184b
commit ee246d4a93
1 changed files with 4 additions and 0 deletions

View File

@ -1027,6 +1027,10 @@ EX void checkStunKill(cell *dest) {
return;
}
}
if(dest->monst == moShadow) {
addMessage(XLAT("%The1 is destroyed!", dest->monst));
killMonster(dest, moNone);
}
/* if(!isPermanentFlying(dest->monst) && cellEdgeUnstable(dest)) {
addMessage(XLAT("%The1 falls!", dest->monst));
fallMonster(dest);