From 15b4706538a7b8a3133d1ccfc6710946e2585b8b Mon Sep 17 00:00:00 2001 From: generalthrax <139387950+generalthrax@users.noreply.github.com> Date: Tue, 18 Jun 2024 19:06:51 -0700 Subject: [PATCH] fixes the black market sawn illestren to actually be sawed off (#3123) ## About The Pull Request before, buying the sawn illestren off the black market just gave you a sawn illestren except it was the same size and didn't fit on belts. no longer the case. also fixed the presawn double barrel shotgun to be the same because it behaved the same ## Why It's Good For The Game i bought a shitty sawed off bolt action rifle i expect to get a shitty sawed off bolt action rifle ## Changelog :cl: fix: The black market sawed off Illestren is now actually sawed off, and can fit on your belt fix: The presawn double barrel shotgun can now fit on the belt like normal sawn off double barrels /:cl: --- code/modules/projectiles/guns/ballistic/rifle.dm | 3 ++- code/modules/projectiles/guns/ballistic/shotgun.dm | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/rifle.dm b/code/modules/projectiles/guns/ballistic/rifle.dm index 45b1e8b2debd7..336c8a07dce6f 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" diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index e36dc8c67b777..896ae8095cd68 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