summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
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,