summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-30 14:42:38 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-30 14:42:38 +0100
commitfdfbfdeb226cb33da8198cb3da6b6f39d7118dfc (patch)
treeb8c6fbef01456b223cc4076e05ce9c16e3ce160e /crawl-ref/source/enum.h
parentd8190f4c633d2c4065e92c61894f85f506d5246a (diff)
downloadcrawl-ref-fdfbfdeb226cb33da8198cb3da6b6f39d7118dfc.tar.gz
crawl-ref-fdfbfdeb226cb33da8198cb3da6b6f39d7118dfc.zip
A new cloud type: magical condensation trails, used by IOOD.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 5ea569e163..a3eca5e4b2 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -442,6 +442,7 @@ enum cloud_type
CLOUD_CHAOS,
CLOUD_RAIN,
CLOUD_MUTAGENIC,
+ CLOUD_MAGIC_TRAIL,
CLOUD_RANDOM = 98,
CLOUD_DEBUGGING = 99 // 99: used once as 'nonexistent cloud' {dlb}
};