Searched refs:ustrmax (Results 1 – 5 of 5) sorted by relevance
264 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()
310 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()
147 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()
87 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()
168 schar ustr,ustrmax; member