Home | History | Annotate | Download | only in hack

Lines Matching refs:ustuck

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) {
351 if (ctmp && !u.ustuck)
352 u.ustuck = mtmp;