Monsters can revive corpses on floor with undead turning
... but only if the corpse is in direct line from the monster to hero
This commit is contained in:
@@ -1683,6 +1683,7 @@ E int FDECL(ohitmon, (struct monst *, struct obj *, int, BOOLEAN_P));
|
||||
E void FDECL(thrwmu, (struct monst *));
|
||||
E int FDECL(spitmu, (struct monst *, struct attack *));
|
||||
E int FDECL(breamu, (struct monst *, struct attack *));
|
||||
E boolean FDECL(linedup_callback, (XCHAR_P, XCHAR_P, XCHAR_P, XCHAR_P, boolean FDECL((*), (int,int))));
|
||||
E boolean FDECL(linedup, (XCHAR_P, XCHAR_P, XCHAR_P, XCHAR_P, int));
|
||||
E boolean FDECL(lined_up, (struct monst *));
|
||||
E struct obj *FDECL(m_carrying, (struct monst *, int));
|
||||
|
||||
Reference in New Issue
Block a user