Home
last modified time | relevance | path

Searched refs:mons_can_shout (Results 1 – 6 of 6) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-speak.cc447 if (mons->is_silenced() && mons_can_shout(mons->type) in mons_speaks()
H A Dmon-util.h226 bool mons_can_shout(monster_type mclass);
H A Dhints.cc2277 else if (!mons_can_shout(m->type)) in learned_something_new()
H A Dmon-util.cc1464 bool mons_can_shout(monster_type mc) in mons_can_shout() function
H A Dmonster.cc697 if (mons_intel(*this) < I_HUMAN || !mons_can_shout(type)) in can_speak()
H A Dgod-abil.cc1173 && mons_can_shout(mon->type)) in zin_recite_to_single_monster()