summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 03:58:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 03:58:40 +0000
commitf9b3fccde9594e3ba99a93a8652416f32e662f8d (patch)
tree88ad434d5cb5ba0ebf97a8d017d0b5edeacbe326 /crawl-ref/source/spells2.h
parent387e1579e95f8a2b3b1fc1cb873cbbaefad78d36 (diff)
downloadcrawl-ref-f9b3fccde9594e3ba99a93a8652416f32e662f8d.tar.gz
crawl-ref-f9b3fccde9594e3ba99a93a8652416f32e662f8d.zip
Clean up "Summon Small Mammals" as well.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5578 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 747376dd8d..29b3edd10a 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -134,6 +134,8 @@ bool restore_stat(unsigned char which_stat, unsigned char stat_gain,
* *********************************************************************** */
bool cast_summon_butterflies(int pow, bool god_gift = false);
+bool cast_summon_small_mammals(int pow, bool god_gift = false);
+
bool cast_summon_scorpions(int pow, bool god_gift = false);
// last updated 24may2000 {dlb}
@@ -193,7 +195,7 @@ void summon_animals(int pow);
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-void summon_small_mammals(int pow);
+bool summon_small_mammals(int pow, bool god_gift = false);
// last updated 24may2000 {dlb}