summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 39342aa138..a59d082be9 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2630,7 +2630,7 @@ void melee_attack::mons_do_poison(const mon_attack_def &attk)
if (attk.flavour == AF_POISON_NASTY
|| one_chance_in( 15 + 5 * (attk.flavour == AF_POISON) )
- || (damage_done > 2
+ || (damage_done > 1
&& one_chance_in( attk.flavour == AF_POISON? 4 : 3 )))
{
if (needs_message)