cancelled zombification

Don't let cancelled zombies or cancelled liches create new zombies.
This commit is contained in:
PatR
2021-03-30 17:33:31 -07:00
parent 18b28b3355
commit 0479625c94
5 changed files with 34 additions and 33 deletions

View File

@@ -1375,7 +1375,7 @@ extern int cmap_to_type(int);
/* ### mon.c ### */
extern void mon_sanity_check(void);
extern boolean zombie_maker(struct permonst *);
extern boolean zombie_maker(struct monst *);
extern int zombie_form(struct permonst *);
extern int m_poisongas_ok(struct monst *);
extern int undead_to_corpse(int);