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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 3f75a5be06..b679185b2c 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2778,6 +2778,11 @@ enum spell_type
SPELL_SUMMON_DRAKES,
SPELL_BLINK_OTHER,
SPELL_SUMMON_MUSHROOMS,
+ SPELL_ACID_SPLASH,
+ SPELL_STICKY_FLAME_SPLASH, // 225
+ SPELL_FIRE_BREATH,
+ SPELL_COLD_BREATH,
+ SPELL_DRACONIAN_BREATH,
NUM_SPELLS,
SPELL_NO_SPELL = 250