Home
last modified time | relevance | path

Searched refs:ustrmax (Results 1 – 5 of 5) sorted by relevance

/dragonfly/games/hack/
HDhack.u_init.c264 u.ustr = u.ustrmax = 18; in u_init()
272 u.ustr = u.ustrmax = 8; in u_init()
283 u.ustr = u.ustrmax = 16; in u_init()
291 u.ustr = u.ustrmax = 10; in u_init()
299 u.ustr = u.ustrmax = 10; in u_init()
305 u.ustr = u.ustrmax = 17; in u_init()
310 u.ustr = u.ustrmax = 16; in u_init()
316 u.ustrmax += dr; in u_init()
325 u.ustr++, u.ustrmax++; in u_init()
HDhack.do_wear.c310 u.ustrmax += otmp->spe; in dowearring()
313 if (u.ustrmax > 118) in dowearring()
314 u.ustrmax = 118; in dowearring()
350 u.ustrmax -= obj->spe; in ringoff()
353 if (u.ustrmax > 118) in ringoff()
354 u.ustrmax = 118; in ringoff()
HDhack.eat.c147 if (u.ustr > u.ustrmax) in opentin()
148 u.ustrmax = u.ustr; in opentin()
316 if (u.ustrmax < 118) in doeat()
317 u.ustrmax++; in doeat()
318 if (u.ustr < u.ustrmax) in doeat()
423 else if (newhs < WEAK && u.uhs >= WEAK && u.ustr < u.ustrmax) in newuhs()
HDhack.potion.c87 if (u.ustr < u.ustrmax) { in dodrink()
88 u.ustr = u.ustrmax; in dodrink()
196 if (u.ustr > u.ustrmax) in dodrink()
197 u.ustrmax = u.ustr; in dodrink()
368 if (u.ustr < u.ustrmax) in potionbreathe()
HDhack.h168 schar ustr,ustrmax; member