summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 20:02:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 20:02:49 +0000
commit8011d5b9610bd259faa1604db0a4400edf6a3f40 (patch)
treefbd787e2b06ddab5a0642370f7f8cbcc03a4472b /crawl-ref/source/spells2.h
parentafa3bd5cf599e0d3c220866e3eb67c673ffca1b9 (diff)
downloadcrawl-ref-8011d5b9610bd259faa1604db0a4400edf6a3f40.tar.gz
crawl-ref-8011d5b9610bd259faa1604db0a4400edf6a3f40.zip
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
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 9f583b1030..6d8d4b9aaa 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -63,10 +63,10 @@ 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_angel(int pow, god_type god = GOD_NO_GOD, bool quiet = false,
- bool force_hostile = false, bool permanent = false);
-bool summon_daeva(int pow, god_type god = GOD_NO_GOD, bool quiet = false,
- bool force_hostile = false, bool permanent = false);
+bool summon_holy_warrior(int pow, god_type god = GOD_NO_GOD,
+ bool quiet = false);
+bool summon_holy_being_type(monster_type mon, int pow,
+ god_type god = GOD_NO_GOD);
bool cast_tukimas_dance(int pow, god_type god = GOD_NO_GOD,
bool force_hostile = false);
bool cast_conjure_ball_lightning(int pow, god_type god = GOD_NO_GOD);