Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-06-18 20:14:41 -04:00
5 changed files with 73 additions and 57 deletions

View File

@@ -2833,6 +2833,7 @@ E int FDECL(wseg_at, (struct monst *, int, int));
E void FDECL(setworn, (struct obj *, long));
E void FDECL(setnotworn, (struct obj *));
E struct obj *FDECL(wearmask_to_obj, (long));
E long FDECL(wearslot, (struct obj *));
E void FDECL(mon_set_minvis, (struct monst *));
E void FDECL(mon_adjust_speed, (struct monst *, int, struct obj *));