Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.cc472 if (which_attack && mons_wields_two_weapons(*this)) in weapon()
564 if (mons_wields_two_weapons(*this)) in can_wield()
1223 || eslot == MSLOT_ALT_WEAPON && mons_wields_two_weapons(*this)) in drop_item()
1452 const bool dual_wielding = mons_wields_two_weapons(*this); in pickup_melee_weapon()
1567 if (mons_wields_two_weapons(*this) in wants_weapon()
1599 && (mons_wields_two_weapons(*this) in wants_armour()
3187 const mon_inv_type last_weap_slot = mons_wields_two_weapons(*mon) ? in _weapons_with_prop()
6346 if (mslot != MSLOT_ALT_WEAPON || mons_wields_two_weapons(*this)) in take_item()
H A Dmon-util.h279 bool mons_wields_two_weapons(const monster& m);
H A Dmon-util.cc460 const mon_inv_type end = mons_wields_two_weapons(*this) in wearing()
529 const mon_inv_type end = mons_wields_two_weapons(*this) in wearing_ego()
611 && is_artefact(env.item[second]) && mons_wields_two_weapons(*this)) in scan_artefacts()
3433 bool mons_wields_two_weapons(const monster& mon) in mons_wields_two_weapons() function
H A Dmon-info.cc598 if (mons_wields_two_weapons(*m)) in monster_info()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1124 mons_check_flag(mons_wields_two_weapons(mon), monsterflags, in main()