Home
last modified time | relevance | path

Searched refs:mons_class_is_test (Results 1 – 7 of 7) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dexclude.cc38 || mons_class_is_test(mon->type)) // don't autoexclude test statues/spawners in _mon_needs_auto_exclude()
H A Dmon-util.h417 bool mons_class_is_test(monster_type mc);
H A Dspl-transloc.cc558 && (allow_safe_monsters || !mons_is_safe(*mi, false) || mons_class_is_test(mi->type))) in palentonga_charge_possible()
H A Dmon-util.cc795 && !mons_class_is_test(mc) in mons_class_is_firewood()
804 bool mons_class_is_test(monster_type mc) in mons_class_is_test() function
4821 && !mons_class_is_test(mon->type)) in get_dist_to_nearest_monster()
H A Ditem-use.cc3135 && !mons_class_is_test(mon->type)) in scroll_hostile_check()
H A Ddirectn.cc2608 if (!mons_is_threatening(*mon) && !mons_class_is_test(mon->type)) in _mons_is_valid_target()
H A Dbeam.cc4270 if (final > 0 && (mons_is_threatening(*mon) || mons_class_is_test(mon->type))) in tracer_nonenchantment_affect_monster()