Home
last modified time | relevance | path

Searched refs:res_petrify (Results 1 – 12 of 12) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtransform.h132 bool res_petrify() const;
H A Dactor.h307 virtual bool res_petrify(bool temp = true) const = 0;
H A Dcloud.cc972 return act.res_petrify(); in actor_cloud_immune()
1043 return act->res_petrify(); in _actor_cloud_resist()
H A Dmonster.h396 bool res_petrify(bool /*temp*/ = true) const override;
H A Dghost.cc440 set_resist(resists, MR_RES_PETRIFY, you.res_petrify()); in init_player_ghost()
H A Dplayer.h773 bool res_petrify(bool temp = true) const override;
H A Dattack.cc697 return _is_chaos_slowable(defender) && !defender.res_petrify(); in __anon6c15597e0802()
H A Dplayer.cc6201 bool player::res_petrify(bool temp) const in res_petrify() function in player
6204 || temp && get_form()->res_petrify(); in res_petrify()
6653 if (res_petrify() && !force) in petrify()
8157 return res_petrify(); in immune_to_hex()
H A Dtransform.cc377 bool Form::res_petrify() const in res_petrify() function in Form
H A Dbeam.cc2958 return you.res_petrify() || you.petrified(); in harmless_to_player()
5222 rc = !mon->res_petrify(); in ench_flavour_affects_monster()
5544 if (mon->res_petrify()) in apply_enchantment_to_monster()
H A Dmon-util.cc3845 if (foe.res_petrify()) in mons_has_incapacitating_spell()
H A Dmonster.cc3969 bool monster::res_petrify(bool /*temp*/) const in res_petrify() function in monster