Home | History | Annotate | Download | only in hack

Lines Matching defs:mtmp2

319 	struct monst   *mtmp2;
499 mtmp2 = m_at(nix, niy);
500 if (mtmp2 == NULL)
502 if (hitmm(mtmp, mtmp2) == 1 && rn2(4) &&
503 hitmm(mtmp2, mtmp) == 2)
721 replmon(struct monst *mtmp, struct monst *mtmp2)
725 mtmp2->nmon = fmon;
726 fmon = mtmp2;
728 u.ustuck = mtmp2;
729 if (mtmp2->isshk)
730 replshk(mtmp, mtmp2);
731 if (mtmp2->isgd)
732 replgd(mtmp, mtmp2);