summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 4d0a8eae20..ca8a67ba06 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -1424,8 +1424,6 @@ static brand_type _determine_weapon_brand(const item_def& item, int item_level)
rc = SPWPN_PROTECTION;
else if (tmp < 980)
rc = SPWPN_VORPAL;
- else
- rc = SPWPN_SPEED;
if (item.sub_type == WPN_CROSSBOW && one_chance_in(5))
rc = SPWPN_ELECTROCUTION;