summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-03-30 20:59:47 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-03-30 20:59:47 +0000
commit5c8c957062c8e7e7ad2c021de4a6928eea17da89 (patch)
tree7fe6c70c7c7ac7123c50c1e56b2abb545df39db6 /crawl-ref/source/zap-data.h
parentb47114a92749e0c5f8888dbacaebbcc5abf11492 (diff)
downloadcrawl-ref-5c8c957062c8e7e7ad2c021de4a6928eea17da89.tar.gz
crawl-ref-5c8c957062c8e7e7ad2c021de4a6928eea17da89.zip
Fix beam name "force bolt" implying that the bolt is a beam
In other cases, "bolt" (bolt of foo, venom/lightning bolt, etc) implies a penetrating beam, which striking is not.
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 38d57dee0f..2436b90678 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -539,7 +539,7 @@ struct zap_info
{
ZAP_STRIKING,
- "force bolt",
+ "concussive force",
50,
new dicedef_calculator<1, 8, 1, 5>,
new tohit_calculator<8, 1, 10>,