summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-20 05:09:59 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-20 05:09:59 +0000
commit93fada6f095c7e878a9f099a6310d0b7123d4dfb (patch)
treeabdcbe75fe0c7f0f129a1ca6ebbca74ebbf418e5 /crawl-ref/source
parent45fe761d0ab9d04b30dccc4f93dd26835bea5154 (diff)
downloadcrawl-ref-93fada6f095c7e878a9f099a6310d0b7123d4dfb.tar.gz
crawl-ref-93fada6f095c7e878a9f099a6310d0b7123d4dfb.zip
Fix [2612652] as consistently as possible. Of the monsters that have no
melee attacks, disallow giant eyeballs from being zombified, but go on allowing butterflies and brain worms to be zombified. Rationale: Nothing else in the giant eyeball category can be zombified. However, everything else in the "batty monster" and worm categories can be zombified. (Besides, regarding the former, summoning butterflies is more about putting barriers between you and monsters, so creating butterfly zombies should do the same.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9138 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mon-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index aadc8b2944..312ce27863 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -2049,7 +2049,7 @@ static monsterentry mondata[] = {
400, 10, MONS_GIANT_EYEBALL, MONS_GIANT_EYEBALL, MH_NATURAL, -3,
{ AT_NO_ATK, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 3, 3, 5, 0 },
- 0, 1, MST_NO_SPELLS, CE_CLEAN, Z_SMALL, S_SILENT, I_PLANT,
+ 0, 1, MST_NO_SPELLS, CE_CLEAN, Z_NOZOMBIE, S_SILENT, I_PLANT,
HT_LAND, 3, DEFAULT_ENERGY, MONUSE_NOTHING, SIZE_MEDIUM
},