Home
last modified time | relevance | path

Searched refs:res_poison (Results 1 – 17 of 17) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dl-moninf.cc187 MIRES1(res_poison, MR_RES_POISON) in MIRES1() argument
743 MIREG(res_poison),
H A Dspl-other.cc436 || mons->res_poison() >= 3) in _intoxicate_monsters()
H A Dactor.h299 virtual int res_poison(bool temp = true) const = 0;
H A Dcloud.cc964 return act.res_poison() > 0; in actor_cloud_immune()
966 return act.res_poison() > 0; in actor_cloud_immune()
H A Dmonster.h387 int res_poison(bool temp = true) const override;
H A Dmelee-attack.cc2661 else if (defender->res_poison() >= 3) in mons_apply_attack_flavour()
2676 if (defender->res_poison() <= 0 || one_chance_in(3)) in mons_apply_attack_flavour()
2679 else if (defender->res_poison() <= 0 || one_chance_in(3)) in mons_apply_attack_flavour()
H A Dbeam.cc1644 if (mons->res_poison() > 0) in mons_adjust_flavoured()
1862 if (mons->res_poison() > 0) in _curare_hits_monster()
2899 return mon->res_poison() >= 3; in is_harmless()
2905 return mon->res_poison() > 0; in is_harmless()
3513 if (you.res_poison(false) >= 3) in affect_player_enchantment()
5210 rc = (mon->res_poison() < 3); in ench_flavour_affects_monster()
H A Dfight.cc613 return defender->res_poison(); in _beam_to_resist()
H A Dwiz-mon.cc505 mons.res_poison(), in debug_stethoscope()
H A Dspl-damage.cc2790 return act->res_poison() < (act->is_player() ? 3 : 1); in _toxic_can_affect()
2931 else if (mons->res_poison() > 0 && mons->observable()) in cast_poisonous_vapours()
2949 if (!mons || mons->res_poison() > 0) in cast_poisonous_vapours()
H A Dplayer.h765 int res_poison(bool temp = true) const override;
H A Dmon-ench.cc1498 if (res_poison() < 0) in apply_enchantment()
H A Dmon-util.cc419 const int res = mons.res_poison(); in monster_resists_this_poison()
3906 if (foe.res_poison() <= 0) in mons_has_incapacitating_ranged_attack()
H A Dplayer.cc6138 int player::res_poison(bool temp) const in res_poison() function in player
8161 return res_poison() == 3; in immune_to_hex()
H A Dmonster.cc3836 int monster::res_poison(bool temp) const in res_poison() function in monster
H A Dmon-cast.cc494 return ai_action::good_or_impossible(foe->res_poison(false) < 3); in __anon2840f9481a02()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/test/stress/
H A Dqw.rc1496 rPois=you.res_poison,
2073 return (you.res_poison() >= 1)
3859 return (you.res_poison() < 1)
4381 you.res_poison() < 1
4514 if supdist(e.x,e.y) < dist and e.m:res_poison() < 1 then