summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 06db49b25d..6a4dff77f6 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -3417,7 +3417,7 @@ static bool _trog_retribution()
points -= cost;
- if (summon_berserker(cost * 20, true))
+ if (summon_berserker(cost * 20, true, true))
count++;
}
}