Symbol: Bitfield
games/hack/def.monst.h
75
Bitfield(mimic,1); /* undetected mimic */
games/hack/def.monst.h
76
Bitfield(mdispl,1); /* mdx,mdy valid */
games/hack/def.monst.h
77
Bitfield(minvis,1); /* invisible */
games/hack/def.monst.h
78
Bitfield(cham,1); /* shape-changer */
games/hack/def.monst.h
79
Bitfield(mhide,1); /* hides beneath objects */
games/hack/def.monst.h
80
Bitfield(mundetected,1); /* not seen in present hiding place */
games/hack/def.monst.h
81
Bitfield(mspeed,2);
games/hack/def.monst.h
82
Bitfield(msleep,1);
games/hack/def.monst.h
83
Bitfield(mfroz,1);
games/hack/def.monst.h
84
Bitfield(mconf,1);
games/hack/def.monst.h
85
Bitfield(mflee,1); /* fleeing */
games/hack/def.monst.h
86
Bitfield(mfleetim,7); /* timeout for mflee */
games/hack/def.monst.h
87
Bitfield(mcan,1); /* has been cancelled */
games/hack/def.monst.h
88
Bitfield(mtame,1); /* implies peaceful */
games/hack/def.monst.h
89
Bitfield(mpeaceful,1); /* does not attack unprovoked */
games/hack/def.monst.h
90
Bitfield(isshk,1); /* is shopkeeper */
games/hack/def.monst.h
91
Bitfield(isgd,1); /* is guard */
games/hack/def.monst.h
92
Bitfield(mcansee,1); /* cansee 1, temp.blinded 0, blind 0 */
games/hack/def.monst.h
93
Bitfield(mblinded,7); /* cansee 0, temp.blinded n, blind 0 */
games/hack/def.monst.h
94
Bitfield(mtrapped,1); /* trapped in a pit or bear trap */
games/hack/def.monst.h
95
Bitfield(mnamelth,6); /* length of name (following mxlth) */
games/hack/def.monst.h
97
Bitfield(wormno,5); /* at most 31 worms on any level */
games/hack/def.obj.h
79
Bitfield(oinvis,1); /* not yet implemented */
games/hack/def.obj.h
80
Bitfield(odispl,1);
games/hack/def.obj.h
81
Bitfield(known,1); /* exact nature known */
games/hack/def.obj.h
82
Bitfield(dknown,1); /* color or text known */
games/hack/def.obj.h
83
Bitfield(cursed,1);
games/hack/def.obj.h
84
Bitfield(unpaid,1); /* on some bill */
games/hack/def.obj.h
85
Bitfield(rustfree,1);
games/hack/def.obj.h
86
Bitfield(onamelth,6);
games/hack/def.objclass.h
71
Bitfield(oc_name_known,1);
games/hack/def.objclass.h
72
Bitfield(oc_merge,1); /* merge otherwise equal objects */
games/hack/hack.u_init.c
88
Bitfield(trquan,6);
games/hack/hack.u_init.c
89
Bitfield(trknown,1);