From d315563b40b4ae8bfd193e6f58f92769cc786eb4 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Fri, 30 Oct 2009 20:26:40 -0400 Subject: Merge a change to monster_info that got lost somehow. --- crawl-ref/source/mon-info.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crawl-ref/source/mon-info.cc') diff --git a/crawl-ref/source/mon-info.cc b/crawl-ref/source/mon-info.cc index 11d29c090c..ecca1cc1be 100644 --- a/crawl-ref/source/mon-info.cc +++ b/crawl-ref/source/mon-info.cc @@ -111,6 +111,11 @@ bool monster_info::less_than(const monster_info& m1, if (m1type == MONS_DANCING_WEAPON) return (false); + if(m1type == MONS_SLIME_CREATURE) + { + return (m1.m_mon->number > m2.m_mon->number); + } + if (zombified) { // Because of the type checks above, if one of the two is zombified, so -- cgit v1.2.3-54-g00ecf