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.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 5424c2f331..134cfda43f 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2553,26 +2553,26 @@ enum spell_type
SPELL_CHAIN_LIGHTNING,
SPELL_EXCRUCIATING_WOUNDS,
SPELL_PORTAL_PROJECTILE,
+ SPELL_SUMMON_UGLY_THING, // 205
// Mostly monster-only spells after this point:
- SPELL_HELLFIRE_BURST, // 205
+ SPELL_HELLFIRE_BURST,
SPELL_VAMPIRE_SUMMON,
SPELL_BRAIN_FEED,
SPELL_FAKE_RAKSHASA_SUMMON,
- SPELL_STEAM_BALL,
- SPELL_SUMMON_UFETUBUS, // 210
+ SPELL_STEAM_BALL, // 210
+ SPELL_SUMMON_UFETUBUS,
SPELL_SUMMON_BEAST,
SPELL_ENERGY_BOLT,
SPELL_POISON_SPLASH,
- SPELL_SUMMON_UNDEAD,
- SPELL_CANTRIP, // 215
+ SPELL_SUMMON_UNDEAD, // 215
+ SPELL_CANTRIP,
SPELL_QUICKSILVER_BOLT,
SPELL_METAL_SPLINTERS,
SPELL_MIASMA,
- SPELL_SUMMON_DRAKES,
- SPELL_BLINK_OTHER, // 220
+ SPELL_SUMMON_DRAKES, // 220
+ SPELL_BLINK_OTHER,
SPELL_SUMMON_MUSHROOMS,
- SPELL_SUMMON_UGLY_THING,
NUM_SPELLS,
SPELL_NO_SPELL = 250 // 255 - added 22jan2000 {dlb}