summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-01-12 13:24:40 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-01-12 13:36:09 +0100
commit082e5d6cf970a077687b2aff2ffee5eb69479086 (patch)
tree2e6b36557aeb160ea8b35992536df9d5384c8e13 /crawl-ref/source/describe.cc
parent1c8e80d2d8c27493312916af3e05762c0bc07540 (diff)
downloadcrawl-ref-082e5d6cf970a077687b2aff2ffee5eb69479086.tar.gz
crawl-ref-082e5d6cf970a077687b2aff2ffee5eb69479086.zip
Remove electric missiles.
The launcher brand is still there, currently on the storm bow and 1/5 of branded (ie, 1/3 of them) randart crossbows.
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 83524b08da..2738ef0df1 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1043,8 +1043,6 @@ static std::string _describe_ammo(const item_def &item)
case SPMSL_FROST:
description += "It turns into a bolt of frost.";
break;
- case SPMSL_ELECTRIC:
- description += "The electricity stored in it may find a path to the ground.";
break;
case SPMSL_CHAOS:
if (bolt_name.empty())