summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 15:00:28 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 15:00:28 -0600
commit31124ec682c2b826f169c23e808fa741a3033a04 (patch)
tree091f9b446f295187ed578a7d4d6c2d6f446ea128
parentb5ea5e1bc66f90cf3644dabac2d9c00697e68d4d (diff)
downloadcrawl-ref-31124ec682c2b826f169c23e808fa741a3033a04.tar.gz
crawl-ref-31124ec682c2b826f169c23e808fa741a3033a04.zip
Mark golden eyes as glowing, since it seems to fit their description.
-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 c2a246f122..df72ec50da 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -2135,7 +2135,7 @@ static monsterentry mondata[] = {
{
MONS_GOLDEN_EYE, 'G', ETC_GOLD, "golden eye",
- M_NO_SKELETON | M_LEVITATE | M_BATTY,
+ M_NO_SKELETON | M_LEVITATE | 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 },