From ed5d2b2e4f7d3decfe7fd9ebf43290a909a5a3c2 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 19 Jan 2009 17:49:45 +0000 Subject: Add more minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8592 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-pick.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc index 438b46dc80..e14ffb68dd 100644 --- a/crawl-ref/source/mon-pick.cc +++ b/crawl-ref/source/mon-pick.cc @@ -332,8 +332,8 @@ int mons_rare_abyss(int mcls) return 50; case MONS_SKELETON_LARGE: - case MONS_SKELETAL_WARRIOR: case MONS_SKELETON_SMALL: + case MONS_SKELETAL_WARRIOR: return 40; case MONS_ZOMBIE_LARGE: @@ -493,12 +493,12 @@ bool mons_pan(int mcls) case MONS_FLYING_SKULL: case MONS_FREEZING_WRAITH: case MONS_HUNGRY_GHOST: - case MONS_SKELETON_LARGE: case MONS_LICH: case MONS_MUMMY: case MONS_NECROPHAGE: case MONS_PHANTOM: case MONS_SHADOW: + case MONS_SKELETON_LARGE: case MONS_SKELETON_SMALL: case MONS_SPECTRAL_WARRIOR: case MONS_VAMPIRE: -- cgit v1.2.3-54-g00ecf