summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cloud.cc')
-rw-r--r--crawl-ref/source/cloud.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc
index 9678edc16c..638432f504 100644
--- a/crawl-ref/source/cloud.cc
+++ b/crawl-ref/source/cloud.cc
@@ -765,6 +765,12 @@ void in_a_cloud()
if (you.duration[DUR_FIRE_SHIELD])
you.duration[DUR_FIRE_SHIELD] = 1;
+ if (you.misled())
+ {
+ mpr("The rain washes away illusions!", MSGCH_DURATION);
+ you.duration[DUR_MISLED] = 0;
+ }
+
mpr("You are standing in the rain.");
break;