summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index ae5f91fca3..5ca5c8ae88 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -8169,6 +8169,12 @@ int get_tension(god_type god, bool count_travelling)
exper /= 2;
}
+ if (mons->has_ench(ENCH_MIGHT))
+ {
+ exper *= 5;
+ exper /= 4;
+ }
+
if (mons->has_ench(ENCH_BERSERK))
exper *= 2;