summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 18:58:11 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 18:58:11 +0000
commitc83d4988ae17e5bfebd5e91812a8404c3cc79346 (patch)
tree6b1536e6c4ed2d48eec10255e59ce3c8b2a1632a /crawl-ref/source/spells3.h
parentc1bcbec614c07a816debe3a6e1a67baeb84712e0 (diff)
downloadcrawl-ref-c83d4988ae17e5bfebd5e91812a8404c3cc79346.tar.gz
crawl-ref-c83d4988ae17e5bfebd5e91812a8404c3cc79346.zip
Consolidate the shadow- and vortex-summoning routines some more.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5668 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index e7817c7575..3eefd5dcd3 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -113,7 +113,8 @@ bool remove_curse(bool suppress_msg);
* *********************************************************************** */
bool cast_sublimation_of_blood(int pow);
-bool summon_shadow(bool god_gift = false, bool force_hostile = false);
+bool summon_shadows(int how_many, bool god_gift = false,
+ bool force_hostile = false);
bool cast_call_imp(int pow, bool god_gift = false);
bool summon_lesser_demon(int pow, bool god_gift = false);
bool summon_common_demon(int pow, bool god_gift = false);