From b8dee9dd04b634c9103446bec98d4f3fdd6f0afb Mon Sep 17 00:00:00 2001 From: shmabuu <68139038+shmabuu@users.noreply.github.com> Date: Wed, 6 Jan 2021 15:59:22 -0800 Subject: [PATCH] two handed shotties --- code/modules/projectiles/guns/projectile/shotgun.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/projectiles/guns/projectile/shotgun.dm b/code/modules/projectiles/guns/projectile/shotgun.dm index 55f6a757a5e..a65f38ccb4a 100644 --- a/code/modules/projectiles/guns/projectile/shotgun.dm +++ b/code/modules/projectiles/guns/projectile/shotgun.dm @@ -83,6 +83,7 @@ mag_type = /obj/item/ammo_box/magazine/internal/shot/riot sawn_desc = "Come with me if you want to live." sawn_state = SAWN_INTACT + weapon_weight = WEAPON_HEAVY /obj/item/gun/projectile/shotgun/riot/attackby(obj/item/A, mob/user, params) if(istype(A, /obj/item/circular_saw) || istype(A, /obj/item/gun/energy/plasmacutter)) @@ -308,6 +309,7 @@ origin_tech = "combat=6" mag_type = /obj/item/ammo_box/magazine/internal/shot/com w_class = WEIGHT_CLASS_HUGE + weapon_weight = WEAPON_HEAVY //Dual Feed Shotgun