Home
last modified time | relevance | path

Searched refs:Invis (Results 1 – 7 of 7) sorted by relevance

/dragonfly/games/hack/
HDhack.eat.c502 if (!Invis) { in eatcorpse()
503 Invis = 50 + rn2(100); in eatcorpse()
507 Invis |= INTRINSIC; in eatcorpse()
HDhack.wizard.c194 if (!rn2(6) && !Invis) { in inrange()
203 switch (rn2(Invis ? 5 : 6)) { in inrange()
HDhack.h146 #define Invis u.uprops[INVIS].p_flgs macro
147 #define Invisible (Invis && !See_invisible)
HDhack.potion.c106 if (Invis || See_invisible) in dodrink()
115 Invis += rn1(15, 31); in dodrink()
HDhack.mhitu.c427 if ((Invis && mtmp->data->mlet != 'I') || !mtmp->mcansee) in hitu()
HDhack.mon.c392 if (mtmp->mconf || Invis || !mtmp->mcansee || in m_move()
627 … if (!Invis && online(nx, ny)) { in mfndpos()
HDhack.shk.c989 if (shkp->mcansee && !Invis && cansee(omx, omy)) { in shk_move()
997 if (Invis) in shk_move()