summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-05 19:07:51 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-05 19:09:22 +1000
commit1c37881948d0880f83edeb7429819483766a0a81 (patch)
tree46e0637c33840d49c6883c02a080a191371d996d /crawl-ref/source/monster.cc
parentd6b92b199da74a1cb8cfc30322befbfae01f5621 (diff)
downloadcrawl-ref-1c37881948d0880f83edeb7429819483766a0a81.tar.gz
crawl-ref-1c37881948d0880f83edeb7429819483766a0a81.zip
New monsters: golden eyes.
Small, blinking, and fast, these eyes come in packs and are found natively in Slime (though somewhat rarely). Their confusion ability does check MR before passing, however, and can be completely avoided by having Clarity.
Diffstat (limited to 'crawl-ref/source/monster.cc')
-rw-r--r--crawl-ref/source/monster.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/monster.cc b/crawl-ref/source/monster.cc
index 58b4f53462..64c71a0486 100644
--- a/crawl-ref/source/monster.cc
+++ b/crawl-ref/source/monster.cc
@@ -2411,6 +2411,7 @@ std::string monsters::hand_name(bool plural, bool *can_plural) const
case MONS_EYE_OF_DRAINING:
case MONS_SHINING_EYE:
case MONS_EYE_OF_DEVASTATION:
+ case MONS_GOLDEN_EYE:
*can_plural = false;
// Deliberate fallthrough.
case MONS_GREAT_ORB_OF_EYES: