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

  /src/games/hack/
hack.mhitu.c 84 /* If swallowed, can only be affected by hissers and by u.ustuck */
86 if (mtmp != u.ustuck) {
91 Monnam(u.ustuck));
98 switch (mdat->mlet) { /* now mtmp == u.ustuck */
161 if (!u.ustuck && !rn2(10)) {
164 u.ustuck = mtmp;
165 } else if (u.ustuck == mtmp &&
292 !u.ustuck && rn2(2)) {
293 u.ustuck = mtmp;
296 } else if (u.ustuck == mtmp)
    [all...]
hack.save.c 125 if (u.ustuck)
126 bwrite(fd, &(u.ustuck->m_id), sizeof u.ustuck->m_id);
188 if (u.ustuck)
224 if (u.ustuck) {
230 panic("Cannot find the monster ustuck.");
232 u.ustuck = mtmp;
hack.do.c 160 if (u.ustuck) {
179 if (u.ustuck) {
221 u.ustuck = 0; /* idem */
360 mon = u.ustuck;
403 (!Punished || obj != uball) ? 8 : !u.ustuck ? 5 : 1,
hack.c 164 u.ux = u.ustuck->mx;
165 u.uy = u.ustuck->my;
184 if (u.ustuck && !u.uswallow && (u.ux + u.dx != u.ustuck->mx ||
185 u.uy + u.dy != u.ustuck->my)) {
186 if (dist(u.ustuck->mx, u.ustuck->my) > 2) {
188 u.ustuck = 0;
194 monnam(u.ustuck));
208 if (attack(u.uswallow ? u.ustuck : mtmp)
    [all...]
hack.trap.c 165 if (Levitation || u.ustuck) {
337 if (!xdnstair || u.ustuck)
397 u.ustuck = 0;
hack.fight.c 363 if (!u.ustuck && !mtmp->mflee)
364 u.ustuck = mtmp;
434 if (u.ustuck == mtmp && !u.uswallow)
435 u.ustuck = 0;
hack.mon.c 184 u.ustuck = mtmp;
197 if (mtmp != u.ustuck)
392 if (!mtmp->mflee && u.uswallow && u.ustuck != mtmp)
727 if (u.ustuck == mtmp)
728 u.ustuck = mtmp2;
775 if (u.ustuck == mtmp) {
783 u.ustuck = 0;
951 if (u.ustuck == mtmp) {
959 u.ustuck = 0;
hack.makemon.c 254 if (u.ustuck == mtmp) {
260 u.ustuck = 0;
hack.apply.c 147 pline("You take a picture of %s's stomach.", monnam(u.ustuck));
423 if (!u.ustuck) {
470 if (u.uswallow && attack(u.ustuck)) /* return(1) */
hack.h 175 struct monst *ustuck; member in struct:you
hack.zap.c 220 bhitm(u.ustuck, obj);
276 struct monst *mtmp = u.ustuck;
510 tmp = zhit(u.ustuck, type);
512 fltxt, monnam(u.ustuck), exclam(tmp));
hack.read.c 561 pline("%s's stomach is lit.", Monnam(u.ustuck));
hack.pri.c 644 mtmp->minvis = (u.ustuck != mtmp &&

Completed in 52 milliseconds