summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-03 23:46:49 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-06 17:19:38 +0200
commitdd1de5f827370e16f4f19e7abb5870b2f3d05da3 (patch)
tree66e1a4e602c86971a33b3b6bddd5edd02db978b4
parent94fc68984cda3ddc502acae229170529e722f4af (diff)
downloadcrawl-ref-dd1de5f827370e16f4f19e7abb5870b2f3d05da3.tar.gz
crawl-ref-dd1de5f827370e16f4f19e7abb5870b2f3d05da3.zip
Comment on duration of mephitic cloud confusion.
-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;