Merge branch 'NetHack-3.7'

This commit is contained in:
nhmall
2019-11-27 23:07:50 -05:00
7 changed files with 210 additions and 145 deletions

View File

@@ -159,8 +159,9 @@ struct monst {
long mtrapseen; /* bitmap of traps we've been trapped in */
long mlstmv; /* for catching up with lost time */
long mstate; /* debugging info on monsters stored here */
long migflags; /* migrating flags */
long mspare1;
#define mstate mspare1 /* only for debug exam right now, not code flow */
struct obj *minvent; /* mon's inventory */
struct obj *mw; /* mon's weapon */
long misc_worn_check; /* mon's wornmask */