Home
last modified time | relevance | path

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

/openbsd/games/hack/
H A Dhack.u_init.c71 #define UNDEF_SPE '\177' macro
127 { PICK_AXE, UNDEF_SPE, TOOL_SYM, 1, 0 },
147 { UNDEF_TYP, UNDEF_SPE, WAND_SYM, 2, 0 },
148 { UNDEF_TYP, UNDEF_SPE, RING_SYM, 2, 0 },
149 { UNDEF_TYP, UNDEF_SPE, POTION_SYM, 2, 0 },
150 { UNDEF_TYP, UNDEF_SPE, SCROLL_SYM, 3, 0 },
338 if(trop->trspe != UNDEF_SPE) in ini_inv()