summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-08 17:17:12 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-08 17:18:08 -0600
commit6c99655d8439a88becd9cc79233524242215765f (patch)
tree78cbf484bda3310a507bbe51820496948b9a406c
parent247a84445df5577ff75367c7b2764c9322125e2c (diff)
downloadcrawl-ref-6c99655d8439a88becd9cc79233524242215765f.tar.gz
crawl-ref-6c99655d8439a88becd9cc79233524242215765f.zip
Add golden eyes to Zin's eyes retribution, until the latter is properly
reworked to not overlap with Jiyva in that respect.
-rw-r--r--crawl-ref/source/godwrath.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/godwrath.cc b/crawl-ref/source/godwrath.cc
index d19c6b7158..d63a65f002 100644
--- a/crawl-ref/source/godwrath.cc
+++ b/crawl-ref/source/godwrath.cc
@@ -182,7 +182,7 @@ static bool _zin_retribution()
{
const monster_type eyes[] = {
MONS_GIANT_EYEBALL, MONS_EYE_OF_DRAINING,
- MONS_EYE_OF_DEVASTATION, MONS_GREAT_ORB_OF_EYES
+ MONS_EYE_OF_DEVASTATION, MONS_GOLDEN_EYE, MONS_GREAT_ORB_OF_EYES
};
int how_many = 1 + (you.experience_level / 10) + random2(3);