Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h438 int natural_regen_rate() const;
H A Dmonster.cc3062 int monster::natural_regen_rate() const in natural_regen_rate() function in monster
3079 return max(natural_regen_rate() * 4, 10); in off_level_regen_rate()
H A Dmon-act.cc126 const int regen_rate = mons->natural_regen_rate(); in _mons_natural_regen_roll()