summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 8b5e3f5c5c..a7f84b819a 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -132,8 +132,8 @@ bool restore_stat(unsigned char which_stat, unsigned char stat_gain,
/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */
-bool summon_ice_beast_etc(int pow, monster_type mon, beh_type beha,
- bool god_gift);
+bool summon_general_creature(int pow, monster_type mon, beh_type beha,
+ bool god_gift);
// last updated 24may2000 {dlb}
@@ -142,8 +142,6 @@ bool summon_ice_beast_etc(int pow, monster_type mon, beh_type beha,
* *********************************************************************** */
void summon_scorpions(int pow);
-void summon_ugly_thing(int pow);
-
void summon_animals(int pow);