mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 07:27:07 +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) {
|
EX void kill(cell *c, eMonster who) {
|
||||||
|
changes.ccell(c);
|
||||||
drawParticles(c, minf[moKrakenH].color, 16);
|
drawParticles(c, minf[moKrakenH].color, 16);
|
||||||
c->monst = moNone;
|
c->monst = moNone;
|
||||||
if(checkOrb(who, itOrbUndeath)) c->monst = moFriendlyGhost;
|
if(checkOrb(who, itOrbUndeath)) c->monst = moFriendlyGhost;
|
||||||
|
Loading…
Reference in New Issue
Block a user