Included Files
Preprocessor definitions
#define w_blocks( o, m )
struct worn
| struct worn |
|
| { |
|
| long w_mask; |
|
| struct obj** w_obj; |
|
| } |
|
const struct worn worn[]
int find_mac ( struct monst* mon )
void m_dowear ( struct monst* mon, boolean creation )
void mon_adjust_speed ( struct monst* mon, int adjust )
void mon_break_armor ( struct monst* mon )
void mon_set_minvis ( struct monst* mon )
void setnotworn ( struct obj* obj )
void setworn ( struct obj* obj, long mask )
void update_mon_intrinsics ( struct monst* mon, struct obj* obj, boolean on )
struct obj* which_armor ( struct monst* mon, long flag )
static void m_dowear_type ( struct monst* mon, long flag, boolean creation )
static void m_lose_armor ( struct monst* mon, struct obj* obj )