summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-06-06 02:06:13 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-06-06 03:59:06 +0530
commit1d0d3f72c17f57bd91451c99ad95e8f43145dcdd (patch)
treebeb0a281a79d5e089365a588276ca4e500ce5516 /crawl-ref/source/cloud.h
parent381a2cedc40569302317711d878261398352352f (diff)
downloadcrawl-ref-1d0d3f72c17f57bd91451c99ad95e8f43145dcdd.tar.gz
crawl-ref-1d0d3f72c17f57bd91451c99ad95e8f43145dcdd.zip
Update abyss shift to use masks, allowing the shift to move non-rectangular areas. Abyss shifts will now try to preserve vaults.
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 9bb5ba7f00..11fedac5c8 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -31,7 +31,9 @@ cloud_type random_smoke_type();
cloud_type cloud_type_at(const coord_def &pos);
void delete_cloud( int cloud );
+void delete_cloud_at(coord_def p);
void move_cloud( int cloud, const coord_def& newpos );
+void move_cloud_to(coord_def src, coord_def dest);
void check_place_cloud( cloud_type cl_type, const coord_def& p, int lifetime,
kill_category whose, int spread_rate = -1,