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, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index b995c6416e..c03710cc0b 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2889,8 +2889,11 @@ enum spell_type
SPELL_TOMB_OF_DOROKLOHE, // 200
SPELL_SUMMON_EYEBALLS,
SPELL_HASTE_OTHER,
+ SPELL_FIRE_ELEMENTALS,
+ SPELL_EARTH_ELEMENTALS,
+ SPELL_AIR_ELEMENTALS, // 205
- NUM_SPELLS // 203
+ NUM_SPELLS // 206
};
enum slot_select_mode