summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-01 13:29:00 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-01 13:29:00 +0000
commit4c3ded9257ea0dd6ed298b77754d308b043683be (patch)
tree6c58ce53f5266e442a1da60a66e5c530ce03e044 /crawl-ref/source/spells4.h
parent06a2793826dbd7910ee0423a2f0f248826091243 (diff)
downloadcrawl-ref-4c3ded9257ea0dd6ed298b77754d308b043683be.tar.gz
crawl-ref-4c3ded9257ea0dd6ed298b77754d308b043683be.zip
Sandblast now has a range of 1 when not wielding rocks, and a range of 1-2
(50% each) when wielding rocks. Fixes [2364044]. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8079 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.h')
-rw-r--r--crawl-ref/source/spells4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells4.h b/crawl-ref/source/spells4.h
index 375b3d6e8a..77cff2ffb3 100644
--- a/crawl-ref/source/spells4.h
+++ b/crawl-ref/source/spells4.h
@@ -41,6 +41,7 @@ void cast_intoxicate(int pow);
void cast_mass_sleep(int pow);
void cast_passwall(int pow);
void cast_rotting(int pow);
+bool wielding_rocks();
bool cast_sandblast(int powc, bolt &beam);
void cast_see_invisible(int pow);