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

  /src/games/hack/
hack.potion.c 102 if (u.uhp < u.uhpmax)
130 if (u.uhp > u.uhpmax)
131 u.uhp = ++u.uhpmax;
232 if (u.uhp > u.uhpmax)
233 u.uhp = (u.uhpmax += 2);
274 u.uhpmax += num;
378 if (u.uhp < u.uhpmax)
hack.u_init.c 268 u.uhp = u.uhpmax = 16;
276 u.uhp = u.uhpmax = 10;
287 u.uhp = u.uhpmax = 15;
295 u.uhp = u.uhpmax = 12;
303 u.uhp = u.uhpmax = 12;
309 u.uhp = u.uhpmax = 14;
314 u.uhp = u.uhpmax = 12;
hack.eat.c 326 if (u.uhp > u.uhpmax) {
328 u.uhpmax++;
329 u.uhp = u.uhpmax;
496 u.uhp = u.uhpmax;
hack.main.c 390 if (u.uhp * 10 < u.uhpmax && moves - wailmsg > 50) {
397 if (u.uhp < u.uhpmax) {
402 if (u.uhp > u.uhpmax)
403 u.uhp = u.uhpmax;
hack.mhitu.c 278 u.uhpmax++;
279 if (u.uhp > u.uhpmax)
280 u.uhp = u.uhpmax;
hack.end.c 165 if (u.uhpmax < 0)
166 u.uhpmax = 100; /* arbitrary */
167 u.uhp = u.uhpmax;
289 u.ulevel, u.uhpmax, st1);
360 t0->maxhp = u.uhpmax;
hack.h 171 int uhp,uhpmax; member in struct:you
hack.c 886 u.uhpmax -= 6;
895 if (u.uhp > u.uhpmax)
896 u.uhpmax = u.uhp; /* perhaps n was negative */
924 u.uhpmax -= num;
hack.pri.c 726 dlevel, u.ugold, u.uhp, u.uhpmax, u.uac);
730 dlevel, u.uhp, u.uhpmax, u.uac);
hack.read.c 482 u.uhpmax -= num;
hack.mon.c 877 u.uhpmax += tmp;

Completed in 17 milliseconds