From baae0dcd153cfc97e11b7d0964490a38d3071b0a Mon Sep 17 00:00:00 2001 From: oranges Date: Tue, 17 Oct 2017 21:49:09 +1300 Subject: [PATCH] Merge pull request #31699 from jughu/Misc Increasew the size of the katana from normal to huge --- code/game/objects/items/weaponry.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index 5a4cd477e5..0cd023cc4d 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -201,7 +201,7 @@ slot_flags = SLOT_BELT | SLOT_BACK force = 40 throwforce = 10 - w_class = WEIGHT_CLASS_NORMAL + w_class = WEIGHT_CLASS_HUGE hitsound = 'sound/weapons/bladeslice.ogg' attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") block_chance = 50