Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-place.cc1160 const int new_avg_hp = div_rand_round(base_avg_hp * mg.hd, m_ent->HD); in _place_monster_aux() local
1161 const int hp = hit_points(new_avg_hp); in _place_monster_aux()