Home
last modified time | relevance | path

Searched refs:can_throw_large_rocks (Results 1 – 13 of 13) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspecies.h51 bool can_throw_large_rocks(species_type species);
H A Dactor.h259 virtual bool can_throw_large_rocks() const = 0;
H A Dng-setup.cc207 if (species::can_throw_large_rocks(you.species)) in _give_ammo()
H A Dplayer-act.cc382 if (!can_throw_large_rocks() in could_wield()
H A Dspecies.cc271 bool can_throw_large_rocks(species_type species) in can_throw_large_rocks() function
H A Dmonster.h460 bool can_throw_large_rocks() const override;
H A Ditem-name.cc2820 return !you.can_throw_large_rocks(); in is_useless_item()
2823 && !you.can_throw_large_rocks(); in is_useless_item()
H A Dplayer.h822 bool can_throw_large_rocks() const override;
H A Dacquire.cc540 if (you.can_throw_large_rocks()) in _acquirement_missile_subtype()
H A Ditem-prop.cc1959 return actor->can_throw_large_rocks(); in is_throwable()
H A Dnewgame.cc1672 if (species::can_throw_large_rocks(ng.species)) in _construct_weapon_menu()
H A Dplayer.cc7143 bool player::can_throw_large_rocks() const in can_throw_large_rocks() function in player
7145 return species::can_throw_large_rocks(species); in can_throw_large_rocks()
H A Dmonster.cc679 bool monster::can_throw_large_rocks() const in can_throw_large_rocks() function in monster