mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-19 18:44:05 +00:00
fixed kraken head
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user