summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 9ddb65b0cc..657d8941c4 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -632,7 +632,7 @@ void cast_toxic_radiance(void)
void cast_refrigeration(int pow)
{
mpr("The heat is drained from your surroundings.");
-
+
you.flash_colour = LIGHTCYAN;
viewwindow(true, false);
more();