Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dranged-attack.cc675 if (mons_can_be_blinded(mon->type)) in apply_missile_brand()
H A Dmon-util.h221 bool mons_can_be_blinded(monster_type mc);
H A Dmon-ench.cc170 if (ench.ench == ENCH_BLIND && !mons_can_be_blinded(type)) in add_ench()
H A Dmon-util.cc1571 bool mons_can_be_blinded(monster_type mc) in mons_can_be_blinded() function
1594 && mons_can_be_blinded(mc); in mons_can_be_dazzled()
H A Ddescribe.cc4420 if (!mons_can_be_blinded(mi.type)) in _monster_stat_description()
H A Dgod-abil.cc4789 else if (power > 10 && mons_can_be_blinded(mons->type)) in ru_do_retribution()