summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-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 1411c52c2e..a756d29d6a 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2668,7 +2668,7 @@ void melee_attack::wasp_paralyse_defender()
int paralyse_roll = (damage_done > 4? 3 : 20);
if (attacker->id() == MONS_YELLOW_WASP)
- paralyse_roll += 7;
+ paralyse_roll += 3;
if (!defender->res_poison() && one_chance_in(paralyse_roll))
defender->paralyse( roll_dice(1, 3) );