Home
last modified time | relevance | path

Searched defs:hands_reqd (Results 1 – 5 of 5) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dfight.cc232 int hands_reqd = HANDS_ONE_HANDED; in you_attack() local
3856 const int hands_reqd = hands_reqd_for_weapon( wpn_class, wpn_type ); in weapon_str_weight() local
3928 const int hands_reqd = hands_reqd_for_weapon( you.inv[weapon].base_type, in player_weapon_str_weight() local
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer-act.cc336 hands_reqd_type player::hands_reqd(const item_def &item, bool base) const in hands_reqd() function in player
H A Dactor.cc57 hands_reqd_type actor::hands_reqd(const item_def &item, bool base) const in hands_reqd() function in actor
H A Ditem-prop.cc1585 hands_reqd_type hands_reqd(const actor* ac, object_class_type base_type, int sub_type) in hands_reqd() function
H A Dmonster.cc527 hands_reqd_type monster::hands_reqd(const item_def &item, bool base) const in hands_reqd() function in monster