Home
last modified time | relevance | path

Searched refs:mons_is_tentacle (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-tentacle.h16 bool mons_is_tentacle(monster_type mc);
H A Dnearby-danger.cc52 if (mon->is_stationary() && !mons_is_tentacle(mon->type)) in _mons_has_path_to_player()
H A Dmon-tentacle.cc90 bool mons_is_tentacle(monster_type mc) in mons_is_tentacle() function
106 return mons_is_tentacle(mc) || mons_is_tentacle_segment(mc); in mons_is_tentacle_or_tentacle_segment()
H A Dmelee-attack.cc2264 if (attk_type == AT_TENTACLE_SLAP && mons_is_tentacle(attacker->type)) in mons_attack_verb()
H A Dtilepick.cc752 if (mons_is_tentacle(mon.type)) in tileidx_tentacle()