Home
last modified time | relevance | path

Searched refs:mons_class_is_animated_weapon (Results 1 – 11 of 11) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h319 bool mons_class_is_animated_weapon(monster_type type);
H A Ddirectn.cc3360 else if (mons_class_is_animated_weapon(mi.type)) in _describe_monster_weapon()
3646 if (mons_class_is_animated_weapon(mi.type) in get_monster_equipment_desc()
3708 if (!weap.empty() && !mons_class_is_animated_weapon(mi.type)) in get_monster_equipment_desc()
H A Dspl-summoning.cc641 && !mons_class_is_animated_weapon(target.type) in tukima_affects()
684 if (mons_class_is_animated_weapon(target->type)) in _check_tukima_validity()
H A Dmon-place.cc1273 if (mons_class_is_animated_weapon(mg.cls)) in _place_monster_aux()
1461 else if (mons_class_is_animated_weapon(mon->type)) in _place_monster_aux()
H A Dmon-util.cc830 || mons_class_is_animated_weapon(mon.type) in mons_has_body()
1710 bool mons_class_is_animated_weapon(monster_type type) in mons_class_is_animated_weapon() function
1717 return mons_class_is_animated_weapon(type) in mons_class_is_animated_object()
H A Dmon-info.cc552 if (mons_class_is_animated_weapon(type)) in monster_info()
H A Dmelee-attack.cc2283 if (weapon && !mons_class_is_animated_weapon(attacker->type)) in mons_attack_desc()
H A Dhiscores.cc1387 if (!mons_class_is_animated_weapon(mons->type) in init_death_cause()
H A Ddungeon.cc4999 if (mons_class_is_animated_weapon(mon->type)) in _dgn_give_mon_spec_items()
5209 if (mons_class_is_animated_weapon(mons->type)) in dgn_place_monster()
H A Dmonster.cc518 if (mons_class_is_animated_weapon(type) && inv[MSLOT_WEAPON] != NON_ITEM) in get_defining_object()
H A Dmapdef.cc4261 const auto def_slot = mons_class_is_animated_weapon(type) in parse_mons_spec()