summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 4db7987997..8d952972d6 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -668,7 +668,7 @@ void abjuration(int pow)
mpr("Send 'em back where they came from!");
// Scale power into something comparable to summon lifetime.
- const int abjdur = pow * 10;
+ const int abjdur = pow * 12;
for (int ab = 0; ab < MAX_MONSTERS; ab++)
{