summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-19 20:51:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-19 20:51:45 +0000
commitf57fa3bedc9a99e53729c8d0d05dbbe4a6ba0216 (patch)
tree74a9b0763917a02af8ff5b3116ef3d3eed8b33cd /crawl-ref/source/abl-show.cc
parentbd3c84a3c74ab0a05809d6a52c5205718a37d59d (diff)
downloadcrawl-ref-f57fa3bedc9a99e53729c8d0d05dbbe4a6ba0216.tar.gz
crawl-ref-f57fa3bedc9a99e53729c8d0d05dbbe4a6ba0216.zip
For consistency, rename "Summon Guardian" to "Summon Angel".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7290 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 53440c7e27..e81fe3deb0 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1469,7 +1469,7 @@ static bool _do_ability(const ability_def& abil)
case ABIL_TSO_SUMMON_DIVINE_WARRIOR:
if (coinflip())
- summon_guardian(you.skills[SK_INVOCATIONS] * 4, GOD_SHINING_ONE);
+ summon_angel(you.skills[SK_INVOCATIONS] * 4, GOD_SHINING_ONE);
else
summon_daeva(you.skills[SK_INVOCATIONS] * 4, GOD_SHINING_ONE);
exercise(SK_INVOCATIONS, 8 + random2(10));