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/tilepick.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/tilepick.cc') diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc index 1d413ac86a..21b085a08b 100644 --- a/crawl-ref/source/tilepick.cc +++ b/crawl-ref/source/tilepick.cc @@ -198,6 +198,8 @@ int tileidx_monster_base(const monsters *mon, bool detected) return TILEP_MONS_FUNGUS; case MONS_WANDERING_MUSHROOM: return TILEP_MONS_WANDERING_MUSHROOM; + case MONS_TOADSTOOL: + return TILEP_MONS_FUNGUS; // goblins ('g') case MONS_GOBLIN: -- cgit v1.2.3-54-g00ecf