From d805668ccbe214cefbf426a8584dcd843ff64e1a Mon Sep 17 00:00:00 2001 From: Adrer Date: Wed, 13 Jul 2022 22:18:30 +0200 Subject: [PATCH] Makes the Katana Bulky (#18338) * Makes the Katana Bulky * Makes katana bulky Co-authored-by: adrermail@gmail.com --- code/game/objects/items/weapons/weaponry.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/weaponry.dm b/code/game/objects/items/weapons/weaponry.dm index b558677e8f5..be234ebaa07 100644 --- a/code/game/objects/items/weapons/weaponry.dm +++ b/code/game/objects/items/weapons/weaponry.dm @@ -79,7 +79,7 @@ force = 40 throwforce = 10 sharp = TRUE - w_class = WEIGHT_CLASS_NORMAL + w_class = WEIGHT_CLASS_BULKY hitsound = 'sound/weapons/bladeslice.ogg' attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") block_chance = 50