Home
last modified time | relevance | path

Searched refs:W_ARMS (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/games/hack/
Ddef.obj.h92 #define W_ARMS 010L macro
94 #define W_ARMOR (W_ARM | W_ARM2 | W_ARMH | W_ARMS | W_ARMG)
Dhack.worn.c73 { W_ARMS, &uarms },
Dhack.do_wear.c205 if(!err) mask = W_ARMS; in doweararm()
Dhack.u_init.c350 if(!uarms) setworn(obj, W_ARMS); in ini_inv()