Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer-act.cc345 bool ignore_brand, bool ignore_shield, in can_wield() argument
365 return could_wield(item, ignore_brand, ignore_transform); in can_wield()
377 bool player::could_wield(const item_def &item, bool ignore_brand, in could_wield() argument
431 if (!ignore_brand && undead_or_demonic() && is_holy_item(item)) in could_wield()
H A Dactor.h133 bool ignore_brand = false,
138 bool ignore_brand = false,
142 bool ignore_brand = false,
H A Dactor.cc67 bool ignore_brand, bool ignore_shield, in can_wield() argument
75 return can_wield(fake, ignore_curse, ignore_brand, ignore_shield, ignore_transform); in can_wield()
78 return can_wield(*item, ignore_curse, ignore_brand, ignore_shield, ignore_transform); in can_wield()
H A Dmonster.h306 bool ignore_brand = false,
310 bool ignore_brand = false,
H A Dplayer.h668 bool ignore_brand = false,
672 bool ignore_brand = false,
H A Dmonster.cc535 bool ignore_brand, bool ignore_shield, in can_wield() argument
607 return could_wield(item, ignore_brand, ignore_transform); in can_wield()
619 bool monster::could_wield(const item_def &item, bool ignore_brand, in could_wield() argument
636 if (!ignore_brand) in could_wield()