Home | History | Annotate | Download | only in hack

Lines Matching refs:ustuck

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))