summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-21 14:21:14 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-21 14:21:14 -0600
commit693d43bc287177d87d55492874085d644c62e24c (patch)
tree4d90ae5b9cbf366ba791d336555e4648a6825a7e
parent3471d2ccb7af3c93e7e6539ccb26afd60575b06d (diff)
downloadcrawl-ref-693d43bc287177d87d55492874085d644c62e24c.tar.gz
crawl-ref-693d43bc287177d87d55492874085d644c62e24c.zip
Give golden eyes poisonous corpses, for consistency with other eyes.
-rw-r--r--crawl-ref/source/mon-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 670cae2219..6e7175c435 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -2297,12 +2297,12 @@ static monsterentry mondata[] = {
{
MONS_GOLDEN_EYE, 'G', ETC_GOLD, "golden eye",
- M_BATTY | M_GLOWS,
+ M_NO_SKELETON | M_BATTY | M_GLOWS,
MR_RES_ASPHYX,
0, 17, MONS_GIANT_EYEBALL, MONS_GOLDEN_EYE, MH_NATURAL, MAG_IMMUNE,
{ AT_NO_ATK, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 6, 1, 2, 0 },
- 0, 20, MST_NO_SPELLS, CE_NOCORPSE, Z_NOZOMBIE, S_SILENT,
+ 0, 20, MST_NO_SPELLS, CE_POISONOUS, Z_NOZOMBIE, S_SILENT,
I_PLANT, HT_LAND, FL_LEVITATE, 13, DEFAULT_ENERGY,
MONUSE_NOTHING, MONEAT_NOTHING, SIZE_TINY
},