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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index b4ddaa5a94..05741248ec 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2884,11 +2884,12 @@ enum spell_type
SPELL_COLD_BREATH, // 195
SPELL_DRACONIAN_BREATH,
SPELL_WATER_ELEMENTALS,
- SPELL_PORKALATOR, // 198
+ SPELL_PORKALATOR,
SPELL_KRAKEN_TENTACLES,
- SPELL_TOMB_OF_DOROKLOHE,
+ SPELL_TOMB_OF_DOROKLOHE, // 200
+ SPELL_SUMMON_EYEBALLS,
- NUM_SPELLS // 201
+ NUM_SPELLS // 202
};
enum slot_select_mode