Home
last modified time | relevance | path

Searched refs:is_insubstantial (Results 1 – 14 of 14) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtraps.cc311 if (mon->is_insubstantial()) in monster_caught_in_net()
377 else if (mons->is_insubstantial()) in check_net_will_hold_monster()
747 if (m->is_insubstantial()) in trigger()
H A Dmonster.cc3057 && ground_level() && !is_insubstantial() in liquefied_ground()
3601 if (holiness() & MH_UNDEAD && !is_insubstantial()) in how_unclean()
3680 bool monster::is_insubstantial() const in is_insubstantial() function in monster
3886 return is_insubstantial() || get_mons_resist(*this, MR_RES_STICKY_FLAME) > 0; in res_sticky_flame()
3971 return is_insubstantial() || get_mons_resist(*this, MR_RES_PETRIFY) > 0; in res_petrify()
3977 if (is_insubstantial()) in res_constrict()
5769 if (is_skeletal() || is_insubstantial() in can_drink()
6409 || is_insubstantial() in is_web_immune()
H A Dshow.cc463 && !mons->is_insubstantial()) in _update_monster()
H A Dactor.h292 virtual bool is_insubstantial() const = 0;
H A Dmon-poly.cc672 return !mons->is_insubstantial() in mon_can_be_slimified()
H A Dmonster.h381 bool is_insubstantial() const override;
H A Dactor.cc936 if (is_insubstantial() in collide()
H A Dspl-damage.cc1359 if (mon->is_insubstantial()) in _shatter_mon_dice()
1461 if (you.is_insubstantial()) in _shatter_player_dice()
1640 || mon->is_insubstantial() || !you.can_see(*mon) in shillelagh()
H A Dplayer.h758 bool is_insubstantial() const override;
H A Dplayer.cc5428 && ground_level() && !is_insubstantial(); in liquefied_ground()
6093 bool player::is_insubstantial() const in is_insubstantial() function in player
6209 if (is_insubstantial()) in res_constrict()
H A Dgod-abil.cc687 if (holiness & MH_UNDEAD && mon->is_insubstantial() in zin_check_recite_to_single_monster()
5347 if (!mons->is_insubstantial()) in uskayaw_grand_finale()
H A Dbeam.cc4548 && !(mon->is_insubstantial() || mons_genus(mon->type) == MONS_JELLY)) in monster_post_hit()
5046 && !mon->is_insubstantial() in affect_monster()
H A Ddirectn.cc440 && !mon->submerged() && !mon->is_insubstantial(); in _mon_exposed_in_cloud()
H A Dmon-util.cc851 if (mon.is_skeletal() || mon.is_insubstantial()) in mons_has_flesh()