summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
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/spells2.h
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/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 2469e5e0ef..66b4300281 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -64,7 +64,7 @@ bool cast_summon_ugly_thing(int pow, god_type god = GOD_NO_GOD);
bool cast_summon_dragon(int pow, god_type god = GOD_NO_GOD);
bool summon_berserker(int pow, god_type god = GOD_NO_GOD,
bool force_hostile = false);
-bool summon_guardian(int pow, god_type god = GOD_NO_GOD, bool quiet = false);
+bool summon_angel(int pow, god_type god = GOD_NO_GOD, bool quiet = false);
bool summon_daeva(int pow, god_type god = GOD_NO_GOD, bool quiet = false);
bool cast_tukimas_dance(int pow, god_type god = GOD_NO_GOD,