Merge branch 'extract-from-minvent' of https://github.com/copperwater/NetHack into copperwater-pr455-2

This commit is contained in:
nhmall
2021-01-30 15:24:07 -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 ### */