From 22900fa9c835abb6adf971489dda2670ffe07ad0 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 30 Dec 2008 13:51:13 +0000 Subject: Restrict Polyphemus to the Shoals, and make sharks not appear in the Swamp (randomly on water levels with a lot of water, is okay). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8032 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 06727e4dca..46d7faa90a 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -1875,8 +1875,8 @@ enum monster_type // (int) menv[].type MONS_NORRIS, MONS_FREDERICK, MONS_MARGERY, - MONS_POLYPHEMUS, // 310 - MONS_BORIS, + MONS_BORIS, // 310 + MONS_POLYPHEMUS, // BCR - end second batch of uniques. MONS_DRACONIAN, -- cgit v1.2.3-54-g00ecf