summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 00:13:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 00:13:14 +0000
commitb857cd3be4fe4adcf3a5abcf83d9873439dc1ab1 (patch)
treed3e81e8210fd1a2f8d90ac8ed1c63852336d6acc /crawl-ref/source/spells2.h
parenta93993cc7b9e26ee669979d00ed34c3649e2b4ec (diff)
downloadcrawl-ref-b857cd3be4fe4adcf3a5abcf83d9873439dc1ab1.tar.gz
crawl-ref-b857cd3be4fe4adcf3a5abcf83d9873439dc1ab1.zip
Simplify summoning of hostile holy beings.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5565 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 47a9546440..4d4c01faa8 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -163,10 +163,6 @@ bool cast_summon_greater_demon(int pow, bool god_gift = false);
bool cast_summon_wraiths(int pow, bool god_gift = false);
-bool cast_summon_guardian(int pow, bool god_gift = false);
-
-bool cast_summon_daeva(int pow, bool god_gift = false);
-
bool cast_summon_dragon(int pow, bool god_gift = false);
bool summon_minor_demon(int pow, bool god_gift = false);
@@ -191,6 +187,11 @@ void summon_small_mammals(int pow);
bool summon_berserker(int pow, bool force_hostile = false);
+bool summon_guardian(int pow, bool force_hostile = false, bool quiet = false,
+ bool permanent = false);
+
+bool summon_daeva(int pow, bool force_hostile = false, bool quiet = false,
+ bool permanent = false);
// last updated 24may2000 {dlb}
/* ***********************************************************************