Home
last modified time | relevance | path

Searched refs:has_usable_pseudopods (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmelee-attack.cc1061 return damage * you.has_usable_pseudopods(); in get_damage()
3371 return you.has_usable_pseudopods() && !one_chance_in(3); in _extra_aux_attack()
H A Dplayer.h630 int has_usable_pseudopods(bool allow_tran = true) const;
H A Dplayer.cc6845 int player::has_usable_pseudopods(bool allow_tran) const in has_usable_pseudopods() function in player