summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
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/enum.h
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/enum.h')
-rw-r--r--crawl-ref/source/enum.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 8a269abacd..b4ddaa5a94 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2058,7 +2058,10 @@ enum monster_type // (int) menv[].type
MONS_GASTRONOK,
MONS_MAURICE,
MONS_KHUFU,
- MONS_NIKOLA,
+ MONS_NIKOLA, // 470
+
+ // New set of monsters {november, 2009}
+ MONS_GOLDEN_EYE,
// Testing monsters
MONS_TEST_SPAWNER,