summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-06-05 06:32:21 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-06-07 19:27:28 +0100
commit4c823bc987d543ec733f1a0ad4a6c450070072fa (patch)
tree05a3a342a0ae962206cf318c5be19d759c419c2d /crawl-ref/source/spl-selfench.cc
parent8db0f432ebe0ba37de206344b4164ebe0ec03a86 (diff)
downloadcrawl-ref-4c823bc987d543ec733f1a0ad4a6c450070072fa.tar.gz
crawl-ref-4c823bc987d543ec733f1a0ad4a6c450070072fa.zip
Increase the base maxHP loss from Borgnjor's Revivification
Diffstat (limited to 'crawl-ref/source/spl-selfench.cc')
-rw-r--r--crawl-ref/source/spl-selfench.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-selfench.cc b/crawl-ref/source/spl-selfench.cc
index 2b2a338a09..dfaf15afec 100644
--- a/crawl-ref/source/spl-selfench.cc
+++ b/crawl-ref/source/spl-selfench.cc
@@ -162,7 +162,7 @@ spret_type cast_revivification(int pow, bool fail)
fail_check();
mpr("Your body is healed in an amazingly painful way.");
- int loss = 2;
+ int loss = 6;
for (int i = 0; i < 9; ++i)
if (x_chance_in_y(8, pow))
loss++;