summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-08-05 21:28:06 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-08-05 21:28:06 -0700
commit477c477a1dd44682235e2b105a88dc3461a4921c (patch)
tree7c6e7ef1df361ff2ea351dbb324b361232127840 /crawl-ref/source/zap-data.h
parent7ffd25c56446ce3086b1342b109440407f763478 (diff)
downloadcrawl-ref-477c477a1dd44682235e2b105a88dc3461a4921c.tar.gz
crawl-ref-477c477a1dd44682235e2b105a88dc3461a4921c.zip
Rename acid beam "corrosive bolt" -> "bolt of acid"
For clarity. The spell remains the slightly punchier "Corrosive Bolt", which I don't *think* will cause any confusion.
Diffstat (limited to 'crawl-ref/source/zap-data.h')
-rw-r--r--crawl-ref/source/zap-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/zap-data.h b/crawl-ref/source/zap-data.h
index 1f2002bf16..413db14bc5 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -1167,7 +1167,7 @@ static const zap_info zap_data[] =
{
ZAP_CORROSIVE_BOLT,
- "corrosive bolt",
+ "bolt of acid",
200,
new calcdice_calculator<1, 11, 3, 5>,
new tohit_calculator<10, 1, 25>,