summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 16:01:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 16:01:31 +0000
commit190362624bde9bc69f60de234c22f8d3294ed886 (patch)
treea19cd1a6d03c1cb8d577c35e1532aea66ef5b30f /crawl-ref/source/spells2.h
parentc9b2b164db02e7d7343646b3004c2a43b1910b05 (diff)
downloadcrawl-ref-190362624bde9bc69f60de234c22f8d3294ed886.tar.gz
crawl-ref-190362624bde9bc69f60de234c22f8d3294ed886.zip
Reorganize the consolidated summoning routines.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5539 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 5b9b146005..55edd2fff5 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -132,6 +132,9 @@ bool restore_stat(unsigned char which_stat, unsigned char stat_gain,
/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */
+bool summon_general_creature_spell(spell_type spell, int pow,
+ bool god_gift = false);
+
bool summon_general_creature(int pow, bool quiet, monster_type mon,
beh_type beha, int hostile = -1,
int numsc = -1, bool god_gift = false);