summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 19:37:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 19:37:10 +0000
commite15cb03057e1f57801e01fdc3c6271e0736f4c79 (patch)
treec3834256e29774453a04233d853c66eb3f0960c4 /crawl-ref/source/spells3.h
parent4515a730159654ea04151f11841bd47c60940b0e (diff)
downloadcrawl-ref-e15cb03057e1f57801e01fdc3c6271e0736f4c79.tar.gz
crawl-ref-e15cb03057e1f57801e01fdc3c6271e0736f4c79.zip
Convert the shadow- and spatial vortex-summoning routines to use power
values, in case they're ever used elsewhere. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5670 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index 3eefd5dcd3..11593c8db8 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -113,8 +113,7 @@ bool remove_curse(bool suppress_msg);
* *********************************************************************** */
bool cast_sublimation_of_blood(int pow);
-bool summon_shadows(int how_many, bool god_gift = false,
- bool force_hostile = false);
+bool summon_shadows(int pow, 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);