summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 17f1d25172..cf32fb3905 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1726,12 +1726,14 @@ bool cast_sanctuary(const int power)
viewwindow(true, false);
holy_word(100, HOLY_WORD_ZIN, you.pos(), true);
+
#ifndef USE_TILE
+ // Allow extra time for the flash to linger.
delay(1000);
#endif
env.sanctuary_pos = you.pos();
- env.sanctuary_time = 7 + you.skills[SK_INVOCATIONS]/2;
+ env.sanctuary_time = 7 + you.skills[SK_INVOCATIONS] / 2;
// Pets stop attacking and converge on you.
you.pet_target = MHITYOU;