summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 7163906662..c5a5cf6a5a 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -4536,7 +4536,7 @@ int get_real_hp(bool trans, bool rotted)
// Being berserk makes you resistant to damage. I don't know why.
if (trans && you.berserk())
- hitp *= 2;
+ hitp = hitp * 3 / 2;
if (trans)
{