summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 01:32:55 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 01:32:55 +0000
commit9feee37f14ac85ba2fe1d1b77da6eeacb37ada93 (patch)
tree8ee1f83b5e470654751091fd9e21661dece22435 /crawl-ref/source/spells2.h
parentb19197a1b2bee83fcfc5ae4a4fa6eb6dc2a4d8bd (diff)
downloadcrawl-ref-9feee37f14ac85ba2fe1d1b77da6eeacb37ada93.tar.gz
crawl-ref-9feee37f14ac85ba2fe1d1b77da6eeacb37ada93.zip
Add miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5569 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 7296f0ad37..d2f3683581 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -172,6 +172,13 @@ bool summon_common_demon(int pow, bool god_gift = false);
bool summon_demon(monster_type mon, int pow, bool force_hostile = false,
bool quiet = false, bool permanent = false);
+bool summon_berserker(int pow, bool force_hostile = false);
+
+bool summon_guardian(int pow, bool force_hostile = false, bool quiet = false,
+ bool permanent = false);
+
+bool summon_daeva(int pow, bool force_hostile = false, bool quiet = false,
+ bool permanent = false);
// last updated 24may2000 {dlb}
/* ***********************************************************************
@@ -186,13 +193,6 @@ void summon_animals(int pow);
* *********************************************************************** */
void summon_small_mammals(int pow);
-bool summon_berserker(int pow, bool force_hostile = false);
-
-bool summon_guardian(int pow, bool force_hostile = false, bool quiet = false,
- bool permanent = false);
-
-bool summon_daeva(int pow, bool force_hostile = false, bool quiet = false,
- bool permanent = false);
// last updated 24may2000 {dlb}
/* ***********************************************************************