summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 16:56:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 16:56:49 +0000
commit1ae58f4e6c97657d8777457da0a78adaa19c6b17 (patch)
tree9743c27e0835aa801219a38095ae21122da3df10 /crawl-ref/source/spells3.h
parent073c543794a6c722916775207213877500167327 (diff)
downloadcrawl-ref-1ae58f4e6c97657d8777457da0a78adaa19c6b17.tar.gz
crawl-ref-1ae58f4e6c97657d8777457da0a78adaa19c6b17.zip
Clean up "Sublimation of Blood" and "Death Channel".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5599 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index 52aa5f8866..a887a91a1b 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -41,13 +41,6 @@ bool cast_bone_shards(int power, bolt &);
// updated 24may2000 {dlb}
/* ***********************************************************************
- * called from: spell - spells1
- * *********************************************************************** */
-bool cast_death_channel(int power);
-
-
-// updated 24may2000 {dlb}
-/* ***********************************************************************
* called from: spell
* *********************************************************************** */
void cast_poison_ammo(void);
@@ -117,7 +110,7 @@ bool remove_curse(bool suppress_msg);
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-void sublimation(int power);
+bool cast_sublimation_of_blood(int pow);
// updated Oct 2 -- bwr
@@ -129,6 +122,13 @@ bool simulacrum(int pow, bool god_gift = false);
// updated 24may2000 {dlb}
/* ***********************************************************************
+ * called from: spell - spells1
+ * *********************************************************************** */
+bool cast_death_channel(int pow);
+
+
+// updated 24may2000 {dlb}
+/* ***********************************************************************
* called from: ability - beam - decks - fight - item_use - spell
* *********************************************************************** */
void you_teleport(void);