summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-29 15:38:10 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-29 15:38:10 +0000
commitc1af72fdb75f13811c69666f5a770e6d8fe6ee44 (patch)
treef6ac017f289277f48244f673f3f1267a24348d79 /crawl-ref/source/cloud.h
parent9b19c10cdc05253f2393ca6c5873a94f54d34596 (diff)
downloadcrawl-ref-c1af72fdb75f13811c69666f5a770e6d8fe6ee44.tar.gz
crawl-ref-c1af72fdb75f13811c69666f5a770e6d8fe6ee44.zip
Steam clouds now do damage proportional to their density (experimental).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1691 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/cloud.h')
-rw-r--r--crawl-ref/source/cloud.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index e94c7d83b5..be7502d6a0 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -27,5 +27,6 @@ void place_cloud(cloud_type cl_type, int ctarget_x, int ctarget_y,
void manage_clouds(void);
bool is_opaque_cloud(unsigned char cloud_idx);
+int steam_cloud_damage(const cloud_struct &cloud);
#endif