summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 20:46:52 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-30 20:46:52 +0000
commitc1bb85e6d49158b25566faed66fde382f6a2332f (patch)
treeed69a836a6e016f7a28e9154127bc9e4fb3a0773 /crawl-ref/source/spells2.h
parent451fb7b49934ec01be4e336d5f42eded24e351c1 (diff)
downloadcrawl-ref-c1bb85e6d49158b25566faed66fde382f6a2332f.tar.gz
crawl-ref-c1bb85e6d49158b25566faed66fde382f6a2332f.zip
Add yet more holy being-related cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7317 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 6d8d4b9aaa..1ed6cec231 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -64,6 +64,7 @@ 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_holy_warrior(int pow, god_type god = GOD_NO_GOD,
+ bool force_hostile = false, bool permanent = false,
bool quiet = false);
bool summon_holy_being_type(monster_type mon, int pow,
god_type god = GOD_NO_GOD);