From 77620b7075494d78dda86ab8f69fd777d2e9eb37 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Fri, 23 Oct 2009 19:47:56 -0400 Subject: Preliminarily add a new fungus species to replace fungus w.r.t. spores Add a fungus species ('ballistomycete') to use in place of fungus in spores explosions etc. Fix a couple message leaks (wrong version of see_cell used in monaters::apply_enchantment) --- 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 3b0d459215..85e553361c 100644 --- a/crawl-ref/source/tilepick.cc +++ b/crawl-ref/source/tilepick.cc @@ -185,6 +185,8 @@ int tileidx_monster_base(const monsters *mon, bool detected) return TILEP_MONS_DEEP_ELF_MASTER_ARCHER; // fungi ('f') + case MONS_BALLISTOMYCETE: + return TILEP_MONS_FUNGUS; case MONS_TOADSTOOL: return TILEP_MONS_TOADSTOOL; case MONS_FUNGUS: -- cgit v1.2.3-54-g00ecf