Merge branch 'copperwater-pr455-2' into NetHack-3.7

This commit is contained in:
nhmall
2021-02-01 09:40:11 -05:00
9 changed files with 65 additions and 110 deletions

View File

@@ -3101,6 +3101,8 @@ extern void bypass_objlist(struct obj *, boolean);
extern struct obj *nxt_unbypassed_obj(struct obj *);
extern struct obj *nxt_unbypassed_loot(Loot *, struct obj *);
extern int racial_exception(struct monst *, struct obj *);
extern void extract_from_minvent(struct monst *, struct obj *, boolean,
boolean);
/* ### write.c ### */