From ccf8aaf4126f61c551d0b61c9245fdc075acaedb Mon Sep 17 00:00:00 2001 From: lolman360 Date: Sun, 23 Aug 2020 23:53:38 +1000 Subject: [PATCH] ee --- code/modules/smithing/finished_items.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/smithing/finished_items.dm b/code/modules/smithing/finished_items.dm index 142ef39fe0..5c653eb011 100644 --- a/code/modules/smithing/finished_items.dm +++ b/code/modules/smithing/finished_items.dm @@ -214,6 +214,7 @@ name = "zweihander" icon_state = "zweihander" overlay_state = "zweihilt" + total_mass = TOTAL_MASS_MEDIEVAL_WEAPON * 2 force = 4 wielded_mult = 3 //affected more by quality. a -1 is 25% less damage, a +1 is 25% more. These bonuses are tripled when wielded.