summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index e8eaf0cf59..4523d77359 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -209,7 +209,7 @@ enum beam_type // beam[].flavour
BEAM_ICE,
BEAM_NUKE,
BEAM_RANDOM, // currently translates into FIRE..ACID
- // 24
+ BEAM_CHAOS,
// Enchantments
BEAM_FIRST_ENCHANTMENT = 25, // 25
@@ -411,6 +411,7 @@ enum cloud_type
CLOUD_STEAM,
CLOUD_MIASMA,
CLOUD_MIST,
+ CLOUD_CHAOS,
CLOUD_RANDOM = 98,
CLOUD_DEBUGGING = 99 // 99: used once as 'nonexistent cloud' {dlb}
};
@@ -3016,6 +3017,7 @@ enum zap_type
ZAP_PETRIFY,
ZAP_ENSLAVE_SOUL,
ZAP_HELLFROST,
+ ZAP_CHAOS,
NUM_ZAPS
};