From c34814cfad40cc842a158b6aa910db2b4be381fa Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 25 Nov 2009 19:25:16 -0600 Subject: Put the demons in mons_pan() in alphabetical order again. --- crawl-ref/source/mon-pick.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-pick.cc') diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc index ce333734d2..0e9498648a 100644 --- a/crawl-ref/source/mon-pick.cc +++ b/crawl-ref/source/mon-pick.cc @@ -555,11 +555,11 @@ bool mons_pan(int mcls) case MONS_MIDGE: case MONS_NEQOXEC: case MONS_ORANGE_DEMON: + case MONS_SIXFIRHY: case MONS_SMOKE_DEMON: case MONS_UFETUBUS: case MONS_WHITE_IMP: case MONS_YNOXINUL: - case MONS_SIXFIRHY: return (true); default: return (false); -- cgit v1.2.3-54-g00ecf