Symbol: losehp
games/hack/extern.h
64
void losehp(int, const char *);
games/hack/hack.do.c
268
losehp(rnd(3), "fall");
games/hack/hack.do.c
272
losehp(rnd(20), "iron ball");
games/hack/hack.do.c
293
losehp(rnd(25), "iron ball");
games/hack/hack.do.c
372
losehp(uarmh ? 1 : rnd((int) (obj->owt)), "falling object");
games/hack/hack.do.c
510
losehp(2, "thrown ball");
games/hack/hack.eat.c
478
losehp(rnd(15), "poisonous corpse");
games/hack/hack.eat.c
484
losehp(rnd(8), "cadaver");
games/hack/hack.fight.c
209
losehp(dam, name);
games/hack/hack.mon.c
693
losehp(rn1(10, 6), pname);
games/hack/hack.potion.c
103
losehp(-1, "bottle of whiskey");
games/hack/hack.potion.c
184
losehp(rnd(10), "contaminated potion");
games/hack/hack.potion.c
309
losehp(rnd(2), "thrown potion");
games/hack/hack.read.c
475
losehp(1, "scroll of fire");
games/hack/hack.read.c
483
losehp(num, "scroll of fire");
games/hack/hack.trap.c
154
losehp(uarmh ? 2 : d(2, 10), "falling rock");
games/hack/hack.trap.c
201
losehp(rnd(6), "fall into a pit");
games/hack/hack.zap.c
289
losehp(1, "falling rock");
games/hack/hack.zap.c
608
losehp(dam, fltxt);
games/hack/hack.zap.c
752
losehp(cnt, "burning scrolls");
games/hack/hack.zap.c
755
losehp(1, "burning scroll");
games/larn/action.c
130
losehp(x);
games/larn/extern.h
81
void losehp(int);
games/larn/monster.c
1284
losehp(dam);
games/larn/monster.c
1705
losehp(x);
games/larn/monster.c
568
losehp(i); /* must say killed by a demon */
games/larn/monster.c
757
losehp(dam);
games/larn/monster.c
821
losehp(dam);
games/larn/object.c
1122
losehp(i);
games/larn/object.c
273
losehp(rnd(20));
games/larn/object.c
340
losehp(30 + rnd(20));
games/larn/object.c
380
losehp(15 + rnd(20));
games/larn/object.c
413
losehp(rnd(10) + level);
games/larn/object.c
428
losehp(rnd(5));
games/larn/object.c
451
losehp(rnd(5 + level));
games/larn/object.c
587
losehp(k);