summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-28 00:00:48 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-28 00:02:39 +1000
commitc7857e47b91bbdd3f33379100df02fdff420337a (patch)
treee6faea693f7feee4e128b45f543e866db102fb4a /crawl-ref/source/enum.h
parentff7569cb8f6e15e95db49d4810d0766dd47dad31 (diff)
downloadcrawl-ref-c7857e47b91bbdd3f33379100df02fdff420337a.tar.gz
crawl-ref-c7857e47b91bbdd3f33379100df02fdff420337a.zip
Re-add Purple Smoke cloud type (sorear).
This is visually identical to translocational energy, but will have uses in portal vaults (specifically, wizlabs).
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 0c999b435d..e080bbd3c2 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -262,6 +262,7 @@ enum beam_type // beam[].flavour
BEAM_POTION_GREY_SMOKE,
BEAM_POTION_MUTAGENIC,
BEAM_POTION_BLUE_SMOKE,
+ BEAM_POTION_PURPLE_SMOKE,
BEAM_POTION_RAIN,
BEAM_POTION_RANDOM,
@@ -427,6 +428,7 @@ enum cloud_type
CLOUD_BLACK_SMOKE,
CLOUD_GREY_SMOKE,
CLOUD_BLUE_SMOKE,
+ CLOUD_PURPLE_SMOKE,
CLOUD_TLOC_ENERGY,
CLOUD_FOREST_FIRE,
CLOUD_STEAM,