Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-info.h314 return get_damage_level_string(holi, dam); in damage_desc()
H A Dmon-util.h571 string get_damage_level_string(mon_holy_type holi, mon_dam_level_type mdam);
H A Dmon-info.cc1440 string desc = get_damage_level_string(holi, dam); in wounds_description()
H A Dmon-util.cc5395 string get_damage_level_string(mon_holy_type holi, mon_dam_level_type mdam) in get_damage_level_string() function
5431 string desc = get_damage_level_string(mons.holiness(), dam_level); in print_wounds()