summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/makeitem.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index fbca569df6..17b6e1a314 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -1616,7 +1616,6 @@ static void _generate_weapon_item(item_def& item, bool allow_uniques,
break;
}
}
- item.sub_type = _determine_weapon_subtype(item_level);
// Forced randart.
if (item_level == -6)