summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/colour.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-11-12 10:52:19 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-11-12 10:52:19 +0100
commitc2f7573d49ba8f7eccca7eeb75be3182598c887e (patch)
tree45ef2df0712eaaf47134d95f21f70893850978e8 /crawl-ref/source/colour.h
parenta0c8331f0b18f35c3bc80c2b839c6a14558a580e (diff)
downloadcrawl-ref-c2f7573d49ba8f7eccca7eeb75be3182598c887e.tar.gz
crawl-ref-c2f7573d49ba8f7eccca7eeb75be3182598c887e.zip
Add custom clouds for Tornado, coloured in a spiral pattern.
Diffstat (limited to 'crawl-ref/source/colour.h')
-rw-r--r--crawl-ref/source/colour.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/colour.h b/crawl-ref/source/colour.h
index 14ddbc30b4..876dd6c2aa 100644
--- a/crawl-ref/source/colour.h
+++ b/crawl-ref/source/colour.h
@@ -49,6 +49,7 @@ enum element_type
ETC_WAVES, // cyan, with regularly occurring lightcyan waves
ETC_TREE, // colour of trees
ETC_RANDOM, // any colour (except BLACK)
+ ETC_TORNADO, // twisting swirls of gray
ETC_FIRST_LUA = 96, // colour indices have to be <128
};