summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-07-01 21:53:23 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-07-01 21:53:23 +1000
commit3b3fb3d9b3fb55091af5c0d7b14a2178f8264d95 (patch)
tree11349dda4f259c75c3520d1835a101217620107e /crawl-ref/source/cloud.h
parent71f0f4c9f2580b347af312b47b6b9f648079e8e5 (diff)
downloadcrawl-ref-3b3fb3d9b3fb55091af5c0d7b14a2178f8264d95.tar.gz
crawl-ref-3b3fb3d9b3fb55091af5c0d7b14a2178f8264d95.zip
Fix Holy Flames causing autoexclusions from monster spells.
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 cb61789ddb..48a3716feb 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -83,6 +83,8 @@ bool is_harmless_cloud(cloud_type type);
bool in_what_cloud (cloud_type type);
cloud_type in_what_cloud ();
+int actual_spread_rate(cloud_type type, int spread_rate);
+
// fog generator
void place_fog_machine(fog_machine_type fm_type, cloud_type cl_type,
int x, int y, int size, int power);