summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 03:15:52 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 03:15:52 +0000
commit66e0b2147bb59435490014ce5df5a97f6170c321 (patch)
tree3d73e2fe2f40cc7537014d2055b16d0443f914ad /crawl-ref/source/spells2.h
parentee86f1b5fa2d52e9c936cd8ebd17eeda525474dc (diff)
downloadcrawl-ref-66e0b2147bb59435490014ce5df5a97f6170c321.tar.gz
crawl-ref-66e0b2147bb59435490014ce5df5a97f6170c321.zip
Clean up "Summon Horrible Things".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5574 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 9d277ae685..747376dd8d 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -169,6 +169,8 @@ bool cast_summon_greater_demon(int pow, bool god_gift = false);
bool cast_summon_wraiths(int pow, bool god_gift = false);
+bool summon_horrible_things(int pow, bool god_gift = false);
+
bool cast_summon_dragon(int pow, bool god_gift = false);
bool summon_demon_type(monster_type mon, int pow, bool god_gift = false);
@@ -196,13 +198,6 @@ void summon_small_mammals(int pow);
// last updated 24may2000 {dlb}
/* ***********************************************************************
- * called from: spell
- * *********************************************************************** */
-void summon_things(int pow);
-
-
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */
void turn_undead(int pow); // what should I use for pow?