Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-tentacle.h23 bool mons_tentacle_adjacent(const monster* parent, const monster* child);
H A Dmon-tentacle.cc176 bool mons_tentacle_adjacent(const monster* parent, const monster* child) in mons_tentacle_adjacent() function
H A Dmon-act.cc1945 if (targ && mons_tentacle_adjacent(mons, targ)) in handle_monster_move()
2703 if (mons_tentacle_adjacent(mpusher, mpushee)) in _same_tentacle_parts()