Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-tentacle.cc168 bool monster::is_parent_monster_of(const monster* mons) const in is_parent_monster_of() function in monster
624 if (mons->is_parent_monster_of(*mi)) in _collect_tentacles()
1011 || inward->is_parent_monster_of(tentacle))) in move_child_tentacles()
1142 if (mi->is_parent_monster_of(mons)) in _mons_get_parent_monster()
H A Dmonster.h553 bool is_parent_monster_of(const monster* mons) const;
H A Dmonster.cc5972 && monster_by_mid(tentacle_connect)->is_parent_monster_of(this)) in react_to_damage()