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, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 47101e47e0..2736a57266 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -681,9 +681,11 @@ void cast_toxic_radiance(void)
if (static_cast<int>(message.length()) < get_number_of_cols() - 2)
mpr(message.c_str());
else
+ {
// Exclamation mark to suggest that a lot of creatures were
// affected.
mpr("The monsters around you are poisoned!");
+ }
}
}