Home | History | Annotate | Download | only in hack

Lines Matching refs:ustr

92 		if (u.ustr < u.ustrmax) {
93 u.ustr = u.ustrmax;
195 if (u.ustr >= 118)
197 if (u.ustr > 17)
198 u.ustr += rnd(118 - u.ustr);
200 u.ustr++;
201 if (u.ustr > u.ustrmax)
202 u.ustrmax = u.ustr;
373 if (u.ustr < u.ustrmax)
374 u.ustr++, flags.botl = 1;