Home
last modified time | relevance | path

Searched refs:mons_is_wrath_avatar (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h529 bool mons_is_wrath_avatar(const monster &mon);
H A Dmon-util.cc5255 bool mons_is_wrath_avatar(const monster &mon) in mons_is_wrath_avatar() function
H A Dbeam.cc2774 if (monst && mons_is_wrath_avatar(*monst)) in internal_ouch()
H A Dplayer.cc558 || mons_is_wrath_avatar(*monster_at(p))); in move_player_to_grid()