summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 19:08:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 19:08:31 +0000
commit450f6fd14fe0c09e89ad90eac2a9a6ee9521af69 (patch)
treee0fe406b53cd28215f3e5c1c5c00ff541bc32ad6 /crawl-ref/source/monplace.cc
parent5680f596aa91070a0a580947e7115f01bbf130fd (diff)
downloadcrawl-ref-450f6fd14fe0c09e89ad90eac2a9a6ee9521af69.tar.gz
crawl-ref-450f6fd14fe0c09e89ad90eac2a9a6ee9521af69.zip
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
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: