summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-31 23:19:24 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-31 23:21:13 +1000
commit2cc9f58a30c1c4a20d177374b8efb554f8ba83b0 (patch)
tree671483623ba25b6bddea1aa0d0cda8fcf668d521 /crawl-ref/source/makeitem.cc
parent584c35091f775b69d04fb0ba17b7c697e964d54c (diff)
downloadcrawl-ref-2cc9f58a30c1c4a20d177374b8efb554f8ba83b0.tar.gz
crawl-ref-2cc9f58a30c1c4a20d177374b8efb554f8ba83b0.zip
Remove speed from randomly generated launchers. (dpeg)
Artefacts and unrands can still use the speed brand, but this will now only show up on those, rather than on normal ego weapons.
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;