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

  /src/games/hack/
hack.u_init.c 269 u.ustr = u.ustrmax = 18;
277 u.ustr = u.ustrmax = 8;
288 u.ustr = u.ustrmax = 16;
296 u.ustr = u.ustrmax = 10;
304 u.ustr = u.ustrmax = 10;
310 u.ustr = u.ustrmax = 17;
315 u.ustr = u.ustrmax = 16;
321 u.ustrmax += dr;
330 u.ustr++, u.ustrmax++;
hack.do_wear.c 315 u.ustrmax += otmp->spe;
318 if (u.ustrmax > 118)
319 u.ustrmax = 118;
355 u.ustrmax -= obj->spe;
358 if (u.ustrmax > 118)
359 u.ustrmax = 118;
hack.eat.c 152 if (u.ustr > u.ustrmax)
153 u.ustrmax = u.ustr;
321 if (u.ustrmax < 118)
322 u.ustrmax++;
323 if (u.ustr < u.ustrmax)
428 else if (newhs < WEAK && u.uhs >= WEAK && u.ustr < u.ustrmax)
hack.potion.c 92 if (u.ustr < u.ustrmax) {
93 u.ustr = u.ustrmax;
201 if (u.ustr > u.ustrmax)
202 u.ustrmax = u.ustr;
373 if (u.ustr < u.ustrmax)
hack.h 168 schar ustr,ustrmax; member in struct:you

Completed in 49 milliseconds