during devel make it easy to review mon difficulty

This commit is contained in:
nhmall
2022-10-07 10:26:40 -04:00
parent 60252cd28b
commit b0029472de
3 changed files with 102 additions and 0 deletions

View File

@@ -1604,6 +1604,9 @@ extern void pacify_guards(void);
extern void decide_to_shapeshift(struct monst *, int);
extern boolean vamp_stone(struct monst *);
extern void check_gear_next_turn(struct monst *);
#if (NH_DEVEL_STATUS != NH_STATUS_RELEASED) || defined(DEBUG)
extern int mstrength(struct permonst *ptr);
#endif
/* ### mondata.c ### */