summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-03 23:46:49 +0200
committerRobert Vollmert <vollmert@a12.mi.fu-berlin.de>2009-10-06 17:02:43 +0200
commite8633bdc7e6dbf89cf89dacaaaa4a173e0b2c360 (patch)
treee0aacf6e6913bc7f181fe57b3b3373c68cd67efa /crawl-ref
parent3e2d621b6608f9a5b934326f87bb765c5a5176a4 (diff)
downloadcrawl-ref-e8633bdc7e6dbf89cf89dacaaaa4a173e0b2c360.tar.gz
crawl-ref-e8633bdc7e6dbf89cf89dacaaaa4a173e0b2c360.zip
Comment on duration of mephitic cloud confusion.
Diffstat (limited to 'crawl-ref')
-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 63495692e6..096907c532 100644
--- a/crawl-ref/source/cloud.cc
+++ b/crawl-ref/source/cloud.cc
@@ -585,6 +585,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;