Home
last modified time | relevance | path

Searched refs:res_holy_energy (Results 1 – 11 of 11) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dactor.h303 virtual int res_holy_energy() const = 0;
H A Dcloud.cc954 return act.res_holy_energy() >= 3; in actor_cloud_immune()
1039 return act->res_holy_energy(); in _actor_cloud_resist()
H A Dmonster.h391 int res_holy_energy() const override;
H A Dactor.cc226 return res_holy_energy() < 0; in holy_wrath_susceptible()
H A Dfight.cc615 return defender->res_holy_energy(); in _beam_to_resist()
H A Dplayer.h769 int res_holy_energy() const override;
H A Dbeam.cc2878 return mon->res_holy_energy() >= 3; in is_harmless()
2938 return you.res_holy_energy() >= 3; in harmless_to_player()
6297 return mon->res_holy_energy() < 3; in nasty_to()
H A Dability.cc1870 return act->res_holy_energy() < 3; in _cleansing_flame_affects()
H A Dmonster.cc3904 int monster::res_holy_energy() const in res_holy_energy() function in monster
H A Dplayer.cc6165 int player::res_holy_energy() const in res_holy_energy() function in player
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1218 res2(YELLOW, holy, mon.res_holy_energy()); in main()