Home
last modified time | relevance | path

Searched refs:res_polar_vortex (Results 1 – 9 of 9) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-vortex.cc122 return !act->res_polar_vortex() in cast_polar_vortex()
339 if (!victim->res_polar_vortex()) in polar_vortex_damage()
H A Dactor.h306 virtual bool res_polar_vortex() const = 0;
H A Dmonster.h395 bool res_polar_vortex() const override;
H A Dplayer.h772 bool res_polar_vortex() const override;
H A Dcloud.cc982 return act.res_polar_vortex(); in actor_cloud_immune()
H A Dmonster.cc3963 bool monster::res_polar_vortex() const in res_polar_vortex() function in monster
H A Dplayer.cc6195 bool player::res_polar_vortex() const in res_polar_vortex() function in player
H A Dmon-cast.cc3246 return !victim->res_polar_vortex(); in _vortex_vulnerable()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1220 res2(LIGHTBLUE, vortex, mon.res_polar_vortex()); in main()