Explicitly list the random breath types

This commit is contained in:
Pasi Kallinen
2022-08-24 10:29:59 +03:00
parent f3f5fa8cfd
commit edae8273b9
3 changed files with 14 additions and 2 deletions

View File

@@ -1657,6 +1657,7 @@ extern boolean resist_conflict(struct monst *);
extern boolean mon_knows_traps(struct monst *, int);
extern void mon_learns_traps(struct monst *, int);
extern void mons_see_trap(struct trap *);
extern int get_atkdam_type(int);
/* ### monmove.c ### */