summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 18:04:54 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 18:04:54 +0000
commitab17d3586c568a0d6eaf9569ed2a1cc793d85c6e (patch)
tree235202597a714b4b32a1092698480c092d0d5cd0 /crawl-ref/source/spells3.h
parent71c477015d777e6a7d893475639e935f0d213f70 (diff)
downloadcrawl-ref-ab17d3586c568a0d6eaf9569ed2a1cc793d85c6e.tar.gz
crawl-ref-ab17d3586c568a0d6eaf9569ed2a1cc793d85c6e.zip
Consolidate the shadow-summoning routines.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5664 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index 9988f54ee8..e7817c7575 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -113,6 +113,7 @@ 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 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);