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/mon-data.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'crawl-ref/source/mon-data.h') diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h index 73177f6ec0..2fb915bdbe 100644 --- a/crawl-ref/source/mon-data.h +++ b/crawl-ref/source/mon-data.h @@ -674,6 +674,17 @@ static monsterentry mondata[] = { HT_LAND, 0, DEFAULT_ENERGY, MONUSE_NOTHING, MONEAT_NOTHING, SIZE_TINY }, +{ + MONS_BALLISTOMYCETE, 'f', LIGHTRED, "ballistomycete", + M_NO_EXP_GAIN | M_STATIONARY, + MR_RES_POISON, + 0, 10, MONS_FUNGUS, MONS_FUNGUS, MH_PLANT, MAG_IMMUNE, + { AT_NO_ATK, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK }, + { 4, 5, 3, 0 }, + 1, 0, MST_NO_SPELLS, CE_NOCORPSE, Z_NOZOMBIE, S_SILENT, I_PLANT, + HT_LAND, 0, DEFAULT_ENERGY, MONUSE_NOTHING, MONEAT_NOTHING, SIZE_TINY +}, + { MONS_WANDERING_MUSHROOM, 'f', RED, "wandering mushroom", M_NO_FLAGS, -- cgit v1.2.3-54-g00ecf