summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-13 23:48:57 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-13 23:48:57 -0800
commita98250a9c59e8c6d66b9723938b3b22d8c8617f7 (patch)
treebef7908a8750c58094d8728faa58b4ee83106012 /crawl-ref/source/fight.cc
parent61b0b54b651ed84c0935eb5e41bca71a133af504 (diff)
downloadcrawl-ref-a98250a9c59e8c6d66b9723938b3b22d8c8617f7.tar.gz
crawl-ref-a98250a9c59e8c6d66b9723938b3b22d8c8617f7.zip
Cut vorpal to 12.5% average (FR 2883704)
Diffstat (limited to 'crawl-ref/source/fight.cc')
-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 63cea1a1aa..ef309a63cc 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3271,7 +3271,7 @@ bool melee_attack::apply_damage_brand()
break;
case SPWPN_VORPAL:
- special_damage = 1 + random2(damage_done) / 2;
+ special_damage = 1 + random2(damage_done) / 4;
// Note: Leaving special_damage_message empty because there isn't one.
break;