Lines Matching defs:mtmp2
210 struct monst *mtmp2;
232 mtmp2 = newmonst(0);
233 *mtmp2 = *mtmp;
234 mtmp2->mxlth = mtmp2->mnamelth = 0;
237 if (rn2(3) || !getwn(mtmp2)) {
238 monfree(mtmp2);
241 tmp2 = mtmp2->wormno;
254 mtmp2->mhpmax = mtmp2->mhp =
255 d(mtmp2->data->mlevel, 8);
256 mtmp2->mx = wtmp->wx;
257 mtmp2->my = wtmp->wy;
258 mtmp2->nmon = fmon;
259 fmon = mtmp2;
260 pmon(mtmp2);
264 monfree(mtmp2);