From c620c4e6a139bd2dd8a70f30ee24532036f14e20 Mon Sep 17 00:00:00 2001 From: thgvr <81882910+thgvr@users.noreply.github.com> Date: Thu, 22 Feb 2024 02:46:23 -0800 Subject: [PATCH] Makes SMGs bulky (#2747) ## About The Pull Request I don't think this has even crossed anyone's mind anyways ## Changelog :cl: fix: SMGs are now too large to store in your bag /:cl: --- code/modules/projectiles/guns/ballistic/smg.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/smg.dm b/code/modules/projectiles/guns/ballistic/smg.dm index 23d853753f9b..11a4d8c81b7c 100644 --- a/code/modules/projectiles/guns/ballistic/smg.dm +++ b/code/modules/projectiles/guns/ballistic/smg.dm @@ -6,6 +6,7 @@ spread_unwielded = 10 wield_slowdown = 0.35 recoil_unwielded = 4 + w_class = WEIGHT_CLASS_BULKY load_sound = 'sound/weapons/gun/smg/smg_reload.ogg' load_empty_sound = 'sound/weapons/gun/smg/smg_reload.ogg' @@ -282,7 +283,6 @@ righthand_file = 'icons/mob/inhands/weapons/64x_guns_right.dmi' item_state = "aks74u" weapon_weight = WEAPON_MEDIUM - w_class = WEIGHT_CLASS_NORMAL mag_type = /obj/item/ammo_box/magazine/aks74u /obj/item/gun/ballistic/automatic/smg/aks74u/ComponentInitialize()