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