OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mhpmax
(Results
1 - 9
of
9
) sorted by relevancy
/src/games/hack/
def.monst.h
74
schar mhp,
mhpmax
;
member in struct:monst
hack.potion.c
327
if (mon->mhp < mon->
mhpmax
) {
328
mon->mhp = mon->
mhpmax
;
333
if (mon->
mhpmax
> 3)
334
mon->
mhpmax
/= 2;
hack.makemon.c
129
mtmp->
mhpmax
= mtmp->mhp = 80;
131
mtmp->
mhpmax
= mtmp->mhp = rnd(4);
133
mtmp->
mhpmax
= mtmp->mhp = d(ptr->mlevel, 8);
hack.fight.c
120
magr->
mhpmax
+= 3;
128
magr->
mhpmax
+= 1 + rn2(pd->mlevel + 1);
129
if (magr->mtame && magr->
mhpmax
> 8 * pa->mlevel) {
430
if (!rn2(25) && mtmp->mhp < mtmp->
mhpmax
/ 2) {
hack.lev.c
260
if (newhp > mtmp->
mhpmax
)
261
mtmp->mhp = mtmp->
mhpmax
;
hack.worm.c
132
mtmp->
mhpmax
+= 3;
154
mtmp->mhp -= 3; /*
mhpmax
not changed ! */
254
mtmp2->
mhpmax
= mtmp2->mhp =
hack.dog.c
214
mtmp->
mhpmax
/= 3;
215
if (mtmp->mhp > mtmp->
mhpmax
)
216
mtmp->mhp = mtmp->
mhpmax
;
hack.mon.c
246
mtmp->mhp < mtmp->
mhpmax
)
282
&& mtmp->mhp == mtmp->
mhpmax
&& !rn2(25))
969
hpn = mtmp->
mhpmax
;
970
mtmp->
mhpmax
= 2 + (hpn * mhp) / hpd;
hack.pri.c
787
mtmp->data->mlevel, mtmp->mgold, mtmp->mhp, mtmp->
mhpmax
,
Completed in 14 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025