HomeSort by: relevance | last modified time | path
    Searched refs:utraptype (Results 1 - 6 of 6) sorted by relevancy

  /src/games/hack/
hack.trap.c 129 u.utraptype = TT_BEARTRAP;
200 u.utraptype = TT_PIT;
317 if (u.utraptype == TT_PIT) {
hack.apply.c 363 u.utraptype = TT_PIT;
427 if (u.utraptype == TT_PIT) {
429 u.utraptype = 0;
hack.h 132 unsigned utraptype:1; /* defined if utrap nonzero */ member in struct:you
hack.do.c 501 if (u.utraptype == TT_PIT)
hack.c 213 if (u.utraptype == TT_PIT) {
hack.shk.c 1109 if (u.utraptype == TT_PIT)

Completed in 13 milliseconds