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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 27560aa979..5ea569e163 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1674,8 +1674,8 @@ enum monster_type // (int) menv[].type
MONS_KOBOLD_DEMONOLOGIST,
MONS_ORC_WIZARD,
MONS_ORC_KNIGHT, // 55
- //MONS_WORM_TAIL = 56, // deprecated and now officially removed {dlb}
- MONS_WYVERN = 57, // 57
+ MONS_ORB_OF_DESTRUCTION, // a projectile, not a real mon
+ MONS_WYVERN,
MONS_BIG_KOBOLD,
MONS_GIANT_EYEBALL,
MONS_WIGHT, // 60
@@ -2932,6 +2932,7 @@ enum spell_type
SPELL_SUMMON_PLAYER_GHOST,
SPELL_PRIMAL_WAVE,
SPELL_CALL_TIDE,
+ SPELL_IOOD,
NUM_SPELLS
};
@@ -3180,6 +3181,7 @@ enum zap_type
ZAP_SLIME,
ZAP_PORKALATOR,
ZAP_SLEEP,
+ ZAP_IOOD,
NUM_ZAPS
};