Home
last modified time | relevance | path

Searched refs:has_usable_tentacle (Results 1 – 8 of 8) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dactor.h437 virtual bool has_usable_tentacle() const = 0;
H A Dl-moninf.cc580 || !you.has_usable_tentacle())) in LUAFN()
H A Dmonster.h548 bool has_usable_tentacle() const override;
H A Dactor.cc676 return (!is_constricting() || has_usable_tentacle() || engulf) in can_constrict()
H A Dplayer.h904 bool has_usable_tentacle() const override;
H A Dmelee-attack.cc3351 && you.has_usable_tentacle(); in _extra_aux_attack()
H A Dmonster.cc6466 bool monster::has_usable_tentacle() const in has_usable_tentacle() function in monster
H A Dplayer.cc6813 bool player::has_usable_tentacle() const in has_usable_tentacle() function in player