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

  /src/games/hack/
def.mkroom.h 82 #define VAULT 4
hack.vault.c 1 /* $NetBSD: hack.vault.c,v 1.9 2011/08/16 09:26:22 christos Exp $ */
66 __RCSID("$NetBSD: hack.vault.c,v 1.9 2011/08/16 09:26:22 christos Exp $");
178 if (tmp < 0 || rooms[tmp].rtype != VAULT) {
234 pline("Suddenly one of the Vault's guards enters!");
252 pline("\"Most likely all that gold was stolen from this vault.\"");
297 if ((i = inroom(nx, ny)) >= 0 && rooms[i].rtype == VAULT)
hack.trap.c 351 if (croom->rtype == VAULT) {
hack.mklev.c 81 static boolean secret; /* TRUE while making a vault: increase
195 /* make a secret treasure vault, not connected to the rest */
201 troom->rtype = VAULT; /* treasure vault */
297 return (0); /* failed to make vault - very strange */

Completed in 18 milliseconds