Unify pet and monster digging item checks

This commit is contained in:
Pasi Kallinen
2016-05-19 18:46:25 +03:00
parent de716ec533
commit 0db1e1ca38
3 changed files with 39 additions and 33 deletions

View File

@@ -1420,6 +1420,7 @@ E boolean FDECL(onscary, (int, int, struct monst *));
E void FDECL(monflee, (struct monst *, int, BOOLEAN_P, BOOLEAN_P));
E void FDECL(mon_yells, (struct monst *, const char *));
E int FDECL(dochug, (struct monst *));
E boolean FDECL(m_digweapon_check, (struct monst *, XCHAR_P, XCHAR_P));
E int FDECL(m_move, (struct monst *, int));
E void FDECL(dissolve_bars, (int, int));
E boolean FDECL(closed_door, (int, int));