From 28adee417435dac7697fb385b13e560084d170db Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 10 Jan 2010 17:38:30 +1000 Subject: New type of cloud: thick gloom. It's a fast-moving, long-lasting cloud that clumps together. It will dissipate very quickly unless it is near other clouds. It is opaque, and blocks line of sight with two or more clouds, but unlike other clouds, it does not actually use the '#' glyph. Instead, it colours the ground underneath it magenta. It's currently unused, and while it's an interesting visual effect that will have some great potential in portal vaults and specific branches, should probably be used very rarely. Also includes a tile for these, though I'm not too happy with the effect. --- crawl-ref/source/enum.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 90b38b78ae..622cee97ad 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -254,6 +254,7 @@ enum beam_type // beam[].flavour BEAM_POTION_BLUE_SMOKE, BEAM_POTION_PURPLE_SMOKE, BEAM_POTION_RAIN, + BEAM_GLOOM, BEAM_POTION_RANDOM, BEAM_LAST_REAL = BEAM_POTION_RANDOM, @@ -420,9 +421,10 @@ enum cloud_type CLOUD_TLOC_ENERGY, CLOUD_FOREST_FIRE, CLOUD_STEAM, + CLOUD_GLOOM, CLOUD_OPAQUE_FIRST = CLOUD_BLACK_SMOKE, - CLOUD_OPAQUE_LAST = CLOUD_STEAM, + CLOUD_OPAQUE_LAST = CLOUD_GLOOM, CLOUD_MIASMA, CLOUD_MIST, -- cgit v1.2.3-54-g00ecf