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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 64ff727b1c..797cf347ef 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -6840,7 +6840,7 @@ int get_tension(god_type god, bool count_travelling)
exper /= 4;
}
- if (mons->has_ench(ENCH_BERSERK))
+ if (mons->berserk())
{
// in addition to haste and might bonuses above
exper *= 3;