summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-10-23 19:47:56 -0400
committerCharles Otto <ottochar@gmail.com>2009-10-25 14:44:42 -0400
commit77620b7075494d78dda86ab8f69fd777d2e9eb37 (patch)
tree5778195be2fe276aa2f86a3a0e6b4a6f9f1d8c2d /crawl-ref/source/mon-data.h
parentff071c7f1a5e5b7cb3b994297e46168acae30a7e (diff)
downloadcrawl-ref-77620b7075494d78dda86ab8f69fd777d2e9eb37.tar.gz
crawl-ref-77620b7075494d78dda86ab8f69fd777d2e9eb37.zip
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)
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h11
1 files changed, 11 insertions, 0 deletions
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
@@ -675,6 +675,17 @@ static monsterentry mondata[] = {
},
{
+ 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,
MR_RES_POISON,