Searched refs:ALLOW_TRAPS (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/games/hack/
H A Dhack.mfndpos.h65 #define ALLOW_TRAPS 0777 macro
69 #define ALLOW_ALL (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
H A Dhack.dog.c345 cnt = mfndpos(mtmp,poss,info,ALLOW_M | ALLOW_TRAPS);
366 if((info[i] & ALLOW_TRAPS) && (trap = t_at(nx,ny))){
H A Dhack.mon.c441 (msym == '@' || msym == '1') ? (ALLOW_SSM | ALLOW_TRAPS) :
442 strchr(UNDEAD, msym) ? NOGARLIC : ALLOW_TRAPS);

Completed in 94 milliseconds