summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-07 00:37:00 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-07 01:32:20 +0200
commitda8bc0fd337ef1dfa043542c2f760e017324bca5 (patch)
tree58597fca5e851474580658faae3901c0bda3686a /crawl-ref/source/enum.h
parent36868a5a6d3e63816d9e7a2b0bfc15f8c358883d (diff)
downloadcrawl-ref-da8bc0fd337ef1dfa043542c2f760e017324bca5.tar.gz
crawl-ref-da8bc0fd337ef1dfa043542c2f760e017324bca5.zip
Mutagenic fog. Comes from Evaporate and fog generators. (due)
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index adfef29372..c259776753 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -259,6 +259,7 @@ enum beam_type // beam[].flavour
BEAM_POTION_GREY_SMOKE,
BEAM_POTION_BLUE_SMOKE, // 55
BEAM_POTION_PURP_SMOKE,
+ BEAM_POTION_MUTAGENIC,
BEAM_POTION_RANDOM,
BEAM_LAST_REAL = BEAM_POTION_RANDOM,
@@ -266,9 +267,9 @@ enum beam_type // beam[].flavour
// For getting the visual effect of a beam.
BEAM_VISUAL,
- BEAM_TORMENT_DAMAGE, // Pseudo-beam for damage flavour.
+ BEAM_TORMENT_DAMAGE, // 60: Pseudo-beam for damage flavour.
BEAM_FIRST_PSEUDO = BEAM_TORMENT_DAMAGE,
- BEAM_STEAL_FOOD, // 60: Pseudo-beam for harpies stealing food.
+ BEAM_STEAL_FOOD, // Pseudo-beam for harpies stealing food.
NUM_BEAMS
};
@@ -432,6 +433,7 @@ enum cloud_type
CLOUD_MIASMA,
CLOUD_MIST,
CLOUD_CHAOS,
+ CLOUD_MUTAGENIC,
CLOUD_RANDOM = 98,
CLOUD_DEBUGGING = 99 // 99: used once as 'nonexistent cloud' {dlb}
};