summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 16:01:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 16:01:04 +0000
commit9855f61a84eb903023abc21be286d74d8857b58d (patch)
tree7e5198f96eb8284e0abc2d18196238798e7a3161 /crawl-ref/source/spells2.h
parent33199ca0b4dd31e06e643b8bb33b3c59de2a4d96 (diff)
downloadcrawl-ref-9855f61a84eb903023abc21be286d74d8857b58d.tar.gz
crawl-ref-9855f61a84eb903023abc21be286d74d8857b58d.zip
Clean up dancing_weapon().
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5594 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 1c15a00256..7e2af16f3b 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -180,6 +180,17 @@ 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 dancing_weapon(int pow, bool god_gift = false, bool force_hostile = false,
+ bool quiet_failure = false);
+
+// last updated 24may2000 {dlb}
+/* ***********************************************************************
+ * called from: ability - spell
+ * *********************************************************************** */
bool summon_demon_type(monster_type mon, int pow, bool god_gift = false);
bool summon_berserker(int pow, bool god_gift = false,