mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
summoning sickness for Zombies
This commit is contained in:
parent
b8d2d0d878
commit
a06ae6c9d5
2
game.cpp
2
game.cpp
@ -5327,7 +5327,9 @@ void specialMoves() {
|
|||||||
cell *gr = gtab[hrand(gravenum)];
|
cell *gr = gtab[hrand(gravenum)];
|
||||||
gr->wall = waAncientGrave;
|
gr->wall = waAncientGrave;
|
||||||
gr->monst = moGhost;
|
gr->monst = moGhost;
|
||||||
|
gr->stuntime = 1;
|
||||||
ztab[hrand(zombienum)]->monst = moZombie;
|
ztab[hrand(zombienum)]->monst = moZombie;
|
||||||
|
ztab[hrand(zombienum)]->stuntime = 1;
|
||||||
addMessage(XLAT("%The1 raises some undead!", m));
|
addMessage(XLAT("%The1 raises some undead!", m));
|
||||||
playSound(c, "necromancy");
|
playSound(c, "necromancy");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user