summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-01-30 13:02:34 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-01-30 13:15:47 +0000
commit9f6505e592567b90d38f81d44d6667a9783dd502 (patch)
treeb99026c4567a1d515ae9006c8a35b4b6fad8ec6e /crawl-ref/source/zap-data.h
parentc2065e0a14d3df175359a63ee1efc2486c058c08 (diff)
downloadcrawl-ref-9f6505e592567b90d38f81d44d6667a9783dd502.tar.gz
crawl-ref-9f6505e592567b90d38f81d44d6667a9783dd502.zip
Fix cacodemon/eye of devastation "energy bolt" also dispelling monster buffs
Renames the purple draconian beam to "dispelling energy".
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 69ffa76f5d..e524d47e7d 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -685,7 +685,7 @@ struct zap_info
{
ZAP_BREATHE_POWER,
- "bolt of energy",
+ "bolt of dispelling energy",
50,
new dicedef_calculator<3, 3, 1, 3>,
new tohit_calculator<5, 1, 6>,