HomeSort by: relevance | last modified time | path
    Searched defs:mhp (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
def.monst.h 74 schar mhp,mhpmax; member in struct:monst
hack.mon.c 126 if (mtmp->mhp > 1)
127 mtmp->mhp--;
246 mtmp->mhp < mtmp->mhpmax)
247 mtmp->mhp++;
282 && mtmp->mhp == mtmp->mhpmax && !rn2(25))
368 || (msym == '1' && (mtmp->mhp < 7 || (!xdnstair && !rn2(5))
370 if (mtmp->mhp < 7 || (msym == 't' && rn2(2)))
943 int mhp, hpn, hpd; local in function:newcham
961 hpn = mtmp->mhp;
966 mhp = (mdat->mlevel) * 8
    [all...]

Completed in 12 milliseconds