From 3aa21974341b53c6de63723e309a2a6a5c90783f Mon Sep 17 00:00:00 2001 From: generalthrax <5nthr5x@gmail.com> Date: Tue, 18 Jun 2024 14:15:13 -0700 Subject: [PATCH 1/2] makes the black market sawn off illestren actually sawed off --- code/modules/projectiles/guns/ballistic/rifle.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/rifle.dm b/code/modules/projectiles/guns/ballistic/rifle.dm index 45b1e8b2debd..336c8a07dce6 100644 --- a/code/modules/projectiles/guns/ballistic/rifle.dm +++ b/code/modules/projectiles/guns/ballistic/rifle.dm @@ -118,7 +118,8 @@ item_state = "illestren_sawn" sawn_off = TRUE weapon_weight = WEAPON_MEDIUM - + w_class = WEIGHT_CLASS_NORMAL + slot_flags = ITEM_SLOT_BELT /obj/item/gun/ballistic/rifle/solgov name = "SSG-669C" From fd4413acec86602b6a13d4fc6888a0d57d6e8be4 Mon Sep 17 00:00:00 2001 From: generalthrax <5nthr5x@gmail.com> Date: Tue, 18 Jun 2024 14:17:57 -0700 Subject: [PATCH 2/2] does the same with the presawn double barrel --- code/modules/projectiles/guns/ballistic/shotgun.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index e36dc8c67b77..896ae8095cd6 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -386,6 +386,7 @@ EMPTY_GUN_HELPER(shotgun/bulldog/inteq) sawn_off = TRUE weapon_weight = WEAPON_MEDIUM w_class = WEIGHT_CLASS_NORMAL + slot_flags = ITEM_SLOT_BELT wield_slowdown = 0.25 wield_delay = 0.3 SECONDS //OP? maybe