From 450f6fd14fe0c09e89ad90eac2a9a6ee9521af69 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 30 Oct 2008 19:08:31 +0000 Subject: Add various holy being-related cleanups. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7312 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monplace.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crawl-ref/source/monplace.cc') diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc index 0c1f05d43b..9f1299d5da 100644 --- a/crawl-ref/source/monplace.cc +++ b/crawl-ref/source/monplace.cc @@ -2291,12 +2291,8 @@ monster_type summon_any_holy_being(holy_being_class_type hbct) switch (hbct) { - case HOLY_BEING_ZIN: - mon = MONS_ANGEL; - break; - case HOLY_BEING_TSO: - mon = MONS_DAEVA; + mon = coinflip() ? MONS_DAEVA : MONS_ANGEL; break; default: -- cgit v1.2.3-54-g00ecf