From 4b6064557297acb3fc1fa967d6124fa50be48836 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 25 Sep 2009 11:56:07 -0500 Subject: And add more consistency fixes. --- crawl-ref/source/spells3.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spells3.cc') 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; -- cgit v1.2.3-54-g00ecf