1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-22 23:17:04 +00:00

fixed kraken head

This commit is contained in:
Zeno Rogue 2020-03-02 19:51:55 +01:00
parent 7067a501c8
commit 50123e42c7

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;