summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/cloud.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc
index bbbaca890a..c8f4df9ce5 100644
--- a/crawl-ref/source/cloud.cc
+++ b/crawl-ref/source/cloud.cc
@@ -576,6 +576,8 @@ void in_a_cloud()
if (1 + random2(27) >= you.experience_level)
{
mpr("You choke on the stench!");
+ // effectively one or two turns, since it will be
+ // decremented right away
confuse_player( (coinflip() ? 3 : 2) );
}
break;