Home
last modified time | relevance | path

Searched refs:is_skeletal (Results 1 – 7 of 7) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dactor.h194 virtual bool is_skeletal() const = 0;
H A Dmonster.h419 bool is_skeletal() const override;
H A Dplayer.h530 bool is_skeletal() const override;
H A Dspl-damage.cc1116 if (mon.is_skeletal()) // blast of bone in _init_frag_monster()
1362 || mon->is_skeletal() || mon->is_icy()) in _shatter_mon_dice()
H A Dmonster.cc5395 bool monster::is_skeletal() const in is_skeletal() function in monster
5769 if (is_skeletal() || is_insubstantial() in can_drink()
H A Dmon-util.cc851 if (mon.is_skeletal() || mon.is_insubstantial()) in mons_has_flesh()
H A Dplayer.cc7113 bool player::is_skeletal() const in is_skeletal() function in player