summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc6
1 files changed, 1 insertions, 5 deletions
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: