From 8011d5b9610bd259faa1604db0a4400edf6a3f40 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 30 Oct 2008 20:02:49 +0000 Subject: Add more holy being-related cleanups. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7315 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abl-show.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'crawl-ref/source/abl-show.cc') diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc index e81fe3deb0..5327b69350 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -1468,10 +1468,7 @@ static bool _do_ability(const ability_def& abil) break; case ABIL_TSO_SUMMON_DIVINE_WARRIOR: - if (coinflip()) - summon_angel(you.skills[SK_INVOCATIONS] * 4, GOD_SHINING_ONE); - else - summon_daeva(you.skills[SK_INVOCATIONS] * 4, GOD_SHINING_ONE); + summon_holy_warrior(you.skills[SK_INVOCATIONS] * 4, GOD_SHINING_ONE); exercise(SK_INVOCATIONS, 8 + random2(10)); break; -- cgit v1.2.3-54-g00ecf