Home
last modified time | relevance | path

Searched refs:mons_max_hp (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h240 int mons_max_hp(monster_type mc, monster_type mbase_typeg = MONS_NO_MONSTER);
H A Dmon-util.cc2390 int mons_max_hp(monster_type mc, monster_type mbase_type) in mons_max_hp() function
2444 maxhp = mons_max_hp(mc); in exper_value()