Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-tentacle.h17 bool mons_is_tentacle_segment(monster_type mc);
H A Dmon-tentacle.cc95 bool mons_is_tentacle_segment(monster_type mc) in mons_is_tentacle_segment() function
106 return mons_is_tentacle(mc) || mons_is_tentacle_segment(mc); in mons_is_tentacle_or_tentacle_segment()
179 && mons_is_tentacle_segment(child->type) in mons_tentacle_adjacent()
1155 monster* head = mons_is_tentacle_segment(mons->type) in destroy_tentacle()
H A Dshowsymb.cc399 if (mons_is_tentacle_segment(stype)) in _get_cell_glyph_with_class()
H A Dlookup-help.cc416 || mons_is_tentacle_segment(mon_num); in _monster_filter()
H A Dmon-place.cc586 && !mons_is_tentacle_segment(montype))) in _valid_monster_generation_location()
923 (!is_sanctuary(mg.pos) || mons_is_tentacle_segment(montype))) in _place_monster_aux()
H A Dmon-death.cc1560 && !mons_is_tentacle_segment(mons.type); in monster_die()
H A Dtilepick.cc790 ASSERT(mons_is_tentacle_segment(mon.type)); in tileidx_tentacle()
H A Dspl-damage.cc2176 && !mons_is_tentacle_segment(ai->as_monster()->type) in get_ignition_blast_sources()