Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h315 bool mons_class_fast_regen(monster_type mc);
H A Dmon-util.cc1658 bool mons_class_fast_regen(monster_type mc) in mons_class_fast_regen() function
2531 if (mons_class_fast_regen(mc)) in exper_value()
H A Dmon-act.cc153 if (mons_class_fast_regen(mons->type) in _monster_regenerate()
H A Ddescribe.cc4549 else if (mons_class_fast_regen(mi.type)) in _monster_stat_description()
H A Dmonster.cc3076 if (mons_class_fast_regen(type) || type == MONS_PLAYER_GHOST) in off_level_regen_rate()