From 082e5d6cf970a077687b2aff2ffee5eb69479086 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Tue, 12 Jan 2010 13:24:40 +0100 Subject: 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. --- crawl-ref/source/describe.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/describe.cc') 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()) -- cgit v1.2.3-54-g00ecf