Home | History | Annotate | Download | only in hack

Lines Matching defs:secret

81 static boolean secret;		/* TRUE while making a vault: increase
138 secret = FALSE;
195 /* make a secret treasure vault, not connected to the rest */
199 secret = TRUE;
236 xlim = XLIM + secret;
237 ylim = YLIM + secret;
249 if (!secret && nroom > (MAXNROFROOMS / 3) &&
261 if (secret)
274 if (secret || !rn2(MAXNROFROOMS + 1 - nroom - tryct)) {
290 if (secret)
307 xlim = XLIM + secret;
308 ylim = YLIM + secret;
464 int xlim = XLIM + secret, ylim = YLIM + secret;
485 if (wizard && !secret)
506 /* secret vaults are always lit */