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

  /src/games/hack/
hack.h 145 #define INVIS (LAST_RING+3) /* not a ring */
146 #define Invis u.uprops[INVIS].p_flgs
147 #define Invisible (Invis && !See_invisible)
hack.wizard.c 199 if (!rn2(6) && !Invis) {
208 switch (rn2(Invis ? 5 : 6)) {
hack.eat.c 507 if (!Invis) {
508 Invis = 50 + rn2(100);
512 Invis |= INTRINSIC;
hack.potion.c 111 if (Invis || See_invisible)
120 Invis += rn1(15, 31);
hack.mhitu.c 432 if ((Invis && mtmp->data->mlet != 'I') || !mtmp->mcansee)
hack.mon.c 397 if (mtmp->mconf || Invis || !mtmp->mcansee ||
632 if (!Invis && online(nx, ny)) {
hack.shk.c 994 if (shkp->mcansee && !Invis && cansee(omx, omy)) {
1002 if (Invis)

Completed in 16 milliseconds