Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h569 mon_dam_level_type mons_get_damage_level(const monster& mons);
H A Dmon-info.cc615 dam = mons_get_damage_level(*m); in monster_info()
H A Dmon-util.cc5379 mon_dam_level_type mons_get_damage_level(const monster& mons) in mons_get_damage_level() function
5430 mon_dam_level_type dam_level = mons_get_damage_level(mons); in print_wounds()
H A Dability.cc2492 if (mons_get_damage_level(*mons) > MDAM_LIGHTLY_DAMAGED) in _do_ability()
H A Ddirectn.cc2643 if (mon->friendly() && mons_get_damage_level(*mon) > MDAM_OKAY) in _want_target_monster()