summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 18:34:37 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 18:34:37 +0000
commit567cf0316aef7e75f8d7f9306b897f12c5b9f4e7 (patch)
tree8da51ac6b259cf093a547a915f359f3445569717 /crawl-ref/source/spells2.h
parentb3c42dfc728a757d6d9aff1f0df86e4152141da1 (diff)
downloadcrawl-ref-567cf0316aef7e75f8d7f9306b897f12c5b9f4e7.tar.gz
crawl-ref-567cf0316aef7e75f8d7f9306b897f12c5b9f4e7.zip
Reorganize again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5707 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h24
1 files changed, 14 insertions, 10 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 61d7744072..95f78bd93d 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -108,6 +108,12 @@ bool restore_stat(unsigned char which_stat, unsigned char stat_gain,
// last updated 24may2000 {dlb}
/* ***********************************************************************
+ * called from: spell
+ * *********************************************************************** */
+bool summon_animals(int pow);
+
+// last updated 24may2000 {dlb}
+/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */
bool cast_summon_butterflies(int pow, bool god_gift = false);
@@ -130,14 +136,6 @@ bool cast_call_canine_familiar(int pow, bool god_gift = false);
bool cast_summon_ice_beast(int pow, bool god_gift = false);
bool cast_summon_ugly_thing(int pow, bool god_gift = false);
bool cast_summon_dragon(int pow, bool god_gift = false);
-bool cast_conjure_ball_lightning(int pow, bool god_gift = false);
-
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: ability - religion - spell
- * *********************************************************************** */
-bool cast_tukimas_dance(int pow, bool god_gift = false,
- bool force_hostile = false, bool quiet_failure = false);
// last updated 24may2000 {dlb}
/* ***********************************************************************
@@ -150,10 +148,16 @@ bool summon_daeva(int pow, bool god_gift = false, bool quiet = false);
// last updated 24may2000 {dlb}
/* ***********************************************************************
- * called from: spell
+ * called from: ability - religion - spell
* *********************************************************************** */
-bool summon_animals(int pow);
+bool cast_tukimas_dance(int pow, bool god_gift = false,
+ bool force_hostile = false, bool quiet_failure = false);
+// last updated 24may2000 {dlb}
+/* ***********************************************************************
+ * called from: ability - spell
+ * *********************************************************************** */
+bool cast_conjure_ball_lightning(int pow);
// last updated 24may2000 {dlb}
/* ***********************************************************************