summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 04:14:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 04:14:40 +0000
commit8f9adf5d26be96c03eca477ef2a5e3fe20827ef2 (patch)
treedc48a634387eb07b789858f2df48dda1579af2c3 /crawl-ref/source/spells2.h
parent35180d844ba8e0177c6d214358453e8e81c07082 (diff)
downloadcrawl-ref-8f9adf5d26be96c03eca477ef2a5e3fe20827ef2.tar.gz
crawl-ref-8f9adf5d26be96c03eca477ef2a5e3fe20827ef2.zip
Consolidate "Summon Butterflies" into summon_general_creature().
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5521 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index a7f84b819a..bdfacc04be 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -133,7 +133,7 @@ bool restore_stat(unsigned char which_stat, unsigned char stat_gain,
* called from: ability - spell
* *********************************************************************** */
bool summon_general_creature(int pow, monster_type mon, beh_type beha,
- bool god_gift);
+ int numsc = -1, bool god_gift = false);
// last updated 24may2000 {dlb}