From 1c37881948d0880f83edeb7429819483766a0a81 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Thu, 5 Nov 2009 19:07:51 +1000 Subject: 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. --- crawl-ref/source/enum.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') 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, -- cgit v1.2.3-54-g00ecf