From 64afce317ebdb221444186aee1c0fc2572c1da1b Mon Sep 17 00:00:00 2001 From: Octus <62493359+OctusGit@users.noreply.github.com> Date: Sun, 21 Jan 2024 15:13:03 -0600 Subject: [PATCH] Makes the Combat Shotgun Bulky instead of Huge (#23744) * Update shotgun.dm * ignore this * ok we icy --- code/modules/projectiles/guns/projectile/shotgun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/projectile/shotgun.dm b/code/modules/projectiles/guns/projectile/shotgun.dm index 849fa39f3bc..70e9a7f903b 100644 --- a/code/modules/projectiles/guns/projectile/shotgun.dm +++ b/code/modules/projectiles/guns/projectile/shotgun.dm @@ -320,7 +320,7 @@ item_state = "shotgun_combat" origin_tech = "combat=6" mag_type = /obj/item/ammo_box/magazine/internal/shot/com - w_class = WEIGHT_CLASS_HUGE + w_class = WEIGHT_CLASS_BULKY execution_speed = 5 SECONDS //Dual Feed Shotgun