summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2013-08-26 22:00:04 -0700
committerBrendan Hickey <brendan@bhickey.net>2013-08-26 22:00:49 -0700
commit3f1271563fc112a19f595c56b447136489eb9dcd (patch)
tree82d5f87ae1a99ced8228d86bbc13b31e97e99ca3 /crawl-ref/source/cloud.h
parent473017b697b15e706013773fc4611a27bb6fb83c (diff)
downloadcrawl-ref-3f1271563fc112a19f595c56b447136489eb9dcd.tar.gz
crawl-ref-3f1271563fc112a19f595c56b447136489eb9dcd.zip
Add mutate 'Fumes'
Emit smoke at random intervals. Two-tiers, increased frequency at the higher tier.
Diffstat (limited to 'crawl-ref/source/cloud.h')
-rw-r--r--crawl-ref/source/cloud.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index 6fa1841e64..79654b11d0 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -49,4 +49,6 @@ bool in_what_cloud(cloud_type type);
void remove_tornado_clouds(mid_t whose);
void run_cloud_spreaders(int dur);
+
+void fume();
#endif