Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-info.cc349 ac = get_mons_class_ac(type); in monster_info()
396 ac += get_mons_class_ac(base_type); in monster_info()
H A Dmon-util.h197 int get_mons_class_ac(monster_type mc) IMMUTABLE;
H A Dmon-util.cc318 int get_mons_class_ac(monster_type mc) in get_mons_class_ac() function
H A Dtags.cc5842 mi.ac = get_mons_class_ac(mi.type); in _unmarshallMonsterInfo()