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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 378e695cbb..9905fb912f 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1239,6 +1239,7 @@ enum enchant_type
ENCH_PETRIFYING,
ENCH_PETRIFIED,
ENCH_LOWERED_MR,
+ ENCH_SLOWLY_DYING,
// Update enchantment names in mon-util.cc when adding or removing
// enchantments.
@@ -1795,7 +1796,8 @@ enum monster_type // (int) menv[].type
MONS_MERMAID,
MONS_SIREN, // 195
MONS_FLAMING_CORPSE,
- MONS_HARPY, // 197
+ MONS_HARPY,
+ MONS_TOADSTOOL, // 198
//jmf: end new monsters
MONS_WHITE_IMP = 220, // 220
MONS_LEMURE,