summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-01-31 17:24:52 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-01-31 19:34:34 +0000
commit66f6612f2aa6cc80b1647548dd4656cd4d35b0d2 (patch)
treeffa961c1841936c2a9d0e37389f84baf19ddf0c5 /crawl-ref/source/cloud.h
parent6ec12ba372e3e8f6ddcaa638504a5389a2062ac1 (diff)
downloadcrawl-ref-66f6612f2aa6cc80b1647548dd4656cd4d35b0d2.tar.gz
crawl-ref-66f6612f2aa6cc80b1647548dd4656cd4d35b0d2.zip
Remove the unused Fumes mutation
Just creating clouds at random times was problematic, and a more reasonable version of this now exists as a passive Dithmengos ability instead (emit smoke when taking damage).
Diffstat (limited to 'crawl-ref/source/cloud.h')
-rw-r--r--crawl-ref/source/cloud.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index 09ff3da930..2a4b27ea1d 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -49,5 +49,4 @@ void remove_tornado_clouds(mid_t whose);
void run_cloud_spreaders(int dur);
-void fume();
#endif