summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 082d435ed7..d4b4656cc8 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -3050,7 +3050,10 @@ void cast_condensation_shield(int pow)
else
{
if (you.duration[DUR_CONDENSATION_SHIELD] > 0)
+ {
+ mpr("The disc of vapour around you crackles some more.");
you.duration[DUR_CONDENSATION_SHIELD] += 5 + roll_dice(2, 3);
+ }
else
{
mpr("A crackling disc of dense vapour forms in the air!");