From e66c77b50df3c0c91837b52b9e61c8235a96c685 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 29 Jun 2009 19:44:39 +0000 Subject: Apply caotto's neat patch to make toadstools grow on or around corpses. Obviously, this might affect food balance and Necromancy. Tweaks may be necessary, but overall this looks good. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10077 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') 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, -- cgit v1.2.3-54-g00ecf