summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mon-cast.cc2
-rw-r--r--crawl-ref/source/zap-data.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index 31542b2afa..86bd97ce3b 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -1077,7 +1077,7 @@ bolt mons_spell_beam(monster* mons, spell_type spell_cast, int power,
case SPELL_CORROSIVE_BOLT:
beam.colour = YELLOW;
- beam.name = "corrosive bolt";
+ beam.name = "bolt of acid";
beam.damage = dice_def(3, 9 + power / 17);
beam.flavour = BEAM_ACID;
beam.hit = 17 + power / 25;
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>,