diff --git a/code/game/objects/items/weapons/material/twohanded.dm b/code/game/objects/items/weapons/material/twohanded.dm index 624039c0667..7aa29c7932f 100644 --- a/code/game/objects/items/weapons/material/twohanded.dm +++ b/code/game/objects/items/weapons/material/twohanded.dm @@ -149,7 +149,7 @@ force = 10 w_class = ITEMSIZE_LARGE slot_flags = SLOT_BACK - force_divisor = 0.75 // 22 when wielded with hardness 15 (glass) + force_divisor = 0.5 // 15 when wielded with hardness 15 (glass) unwielded_force_divisor = 0.375 thrown_force_divisor = 1.5 // 20 when thrown with weight 15 (glass) throw_speed = 3