summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-14 20:47:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-14 20:47:04 +0000
commitb6c69a86519c6bb8a69ca7074350cdc496968ac6 (patch)
treef4b2b9bd70c0691c9b37bb8235d6ff2987439f3f /crawl-ref/source/misc.h
parentf03320c66fd006bd233cdca9490adfa9179339d3 (diff)
downloadcrawl-ref-b6c69a86519c6bb8a69ca7074350cdc496968ac6.tar.gz
crawl-ref-b6c69a86519c6bb8a69ca7074350cdc496968ac6.zip
Consolidate beam and cloud handling routines a bit, and allow clouds to
destroy items on the floor where applicable. Also allow grey smoke as a random potion effect from Evaporate. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5040 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 0ee8d4e5bc..21df0331f5 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -40,6 +40,9 @@ void down_stairs(int old_level,
dungeon_feature_type force_stair = DNGN_UNSEEN,
entry_cause_type entry_cause = EC_UNKNOWN);
+cloud_type beam2cloud(beam_type flavour);
+beam_type cloud2beam(cloud_type flavour);
+
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: acr