Home
last modified time | relevance | path

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

/openbsd-src/games/hack/
H A Ddef.mkroom.h81 #define VAULT 4 macro
H A Dhack.vault.c168 if(tmp < 0 || rooms[tmp].rtype != VAULT) { in invault()
279 if((i = inroom(nx,ny)) >= 0 && rooms[i].rtype == VAULT) in gd_move()
H A Dhack.trap.c347 if(croom->rtype == VAULT) { in vtele()
H A Dhack.mklev.c183 troom->rtype = VAULT; /* treasure vault */ in makelevel()