summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-02-06 13:10:11 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-02-13 17:32:10 +0100
commita5701539244fa270c50413498523ece27a320b06 (patch)
tree8ed0f8adea45ca503702ec7b807154eaedeb4fb0 /crawl-ref/source/zap-data.h
parentb8b54f50fc29329979db77d6fd3aa6c72c547a9d (diff)
downloadcrawl-ref-a5701539244fa270c50413498523ece27a320b06.tar.gz
crawl-ref-a5701539244fa270c50413498523ece27a320b06.zip
Rename a couple more zaps I missed to their spell counterparts.
The rest are: * breath effects (inconsistent with monsters) * wand of heal wounds * sandblast (three different zaps) * enslave soul * orb of electricity
Diffstat (limited to 'crawl-ref/source/zap-data.h')
-rw-r--r--crawl-ref/source/zap-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/zap-data.h b/crawl-ref/source/zap-data.h
index 72ff1191df..514c0fc95e 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -266,7 +266,7 @@ struct zap_info
},
{
- ZAP_BOLT_OF_LIGHTNING,
+ ZAP_LIGHTNING_BOLT,
"bolt of lightning",
200,
new calcdice_calculator<1, 11, 3, 5>,
@@ -314,7 +314,7 @@ struct zap_info
},
{
- ZAP_NEGATIVE_ENERGY,
+ ZAP_BOLT_OF_DRAINING,
"bolt of negative energy",
200,
new calcdice_calculator<4, 15, 3, 5>,