fixed kraken head

This commit is contained in:
Zeno Rogue 2020-03-02 19:51:55 +01:00
parent 7067a501c8
commit 50123e42c7
1 changed files with 1 additions and 0 deletions

View File

@ -2899,6 +2899,7 @@ EX namespace kraken {
}
EX void kill(cell *c, eMonster who) {
changes.ccell(c);
drawParticles(c, minf[moKrakenH].color, 16);
c->monst = moNone;
if(checkOrb(who, itOrbUndeath)) c->monst = moFriendlyGhost;