From c7857e47b91bbdd3f33379100df02fdff420337a Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sat, 28 Nov 2009 00:00:48 +1000 Subject: Re-add Purple Smoke cloud type (sorear). This is visually identical to translocational energy, but will have uses in portal vaults (specifically, wizlabs). --- crawl-ref/source/enum.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/enum.h') 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, -- cgit v1.2.3-54-g00ecf