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:
parent
7067a501c8
commit
50123e42c7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user