Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h247 bool mons_class_sees_invis(monster_type type, monster_type base);
H A Dmon-info.cc353 can_see_invis = mons_class_sees_invis(type, base_type); in monster_info()
H A Dmon-util.cc2341 bool mons_class_sees_invis(monster_type type, monster_type base) in mons_class_sees_invis() function
H A Dmonster.cc5163 else if (mons_class_sees_invis(type, base_monster)) in can_see_invisible()
H A Dtags.cc5848 mi.can_see_invis = mons_class_sees_invis(mi.type, mi.base_type); in _unmarshallMonsterInfo()