summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 02:38:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 02:38:40 +0000
commitd0e22192444cc1a233c24d234cc71c77b35f4c38 (patch)
treef349ff515c5094e7e4f8293428d312adbae5c740 /crawl-ref/source/spells3.h
parent2aa24954694bc86a4f9a8dbce8e991997c229311 (diff)
downloadcrawl-ref-d0e22192444cc1a233c24d234cc71c77b35f4c38.tar.gz
crawl-ref-d0e22192444cc1a233c24d234cc71c77b35f4c38.zip
Handle it properly when Xom tries to make your weapon a hostile dancing
weapon and fails. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4720 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index e8fc4bf846..49d60e2df1 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -82,7 +82,7 @@ bool project_noise(void);
/* ***********************************************************************
* called from: religion - spell
* *********************************************************************** */
-void dancing_weapon(int pow, bool force_hostile);
+bool dancing_weapon(int pow, bool force_hostile);
// updated 24may2000 {dlb}