Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h284 mon_intel_type mons_class_intel(monster_type mc);
H A Dspl-goditem.cc152 const int heal_mult = (mons_class_intel(mc) < I_HUMAN) ? 3 // animals in _pacification_sides()
H A Dmon-util.cc3317 mon_intel_type mons_class_intel(monster_type mc) in mons_class_intel() function
3328 return mons_class_intel(mons_zombie_base(mon)); in mons_intel()
3330 return mons_class_intel(mon.type); in mons_intel()
5233 || mons_class_intel(mc) != I_ANIMAL) in mons_is_beast()
H A Dmon-info.cc346 mintel = mons_class_intel(type); in monster_info()
H A Dgod-abil.cc3144 if (mons_class_intel(type) < I_HUMAN) in gozag_type_bribable()