From e80688105e5e661b0e9d1c2047a96cef04eac2c7 Mon Sep 17 00:00:00 2001 From: Tk420634 Date: Wed, 28 Jun 2023 22:33:32 -0500 Subject: [PATCH] Fixing the Mac-10s Supressor Offset And culling some shit from my own loadout. --- code/modules/projectiles/guns/ballistic/automatic.dm | 2 ++ modular_citadel/code/modules/client/loadout/__donator.dm | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/projectiles/guns/ballistic/automatic.dm b/code/modules/projectiles/guns/ballistic/automatic.dm index a1645a9ce51..db9bc6f9778 100644 --- a/code/modules/projectiles/guns/ballistic/automatic.dm +++ b/code/modules/projectiles/guns/ballistic/automatic.dm @@ -426,6 +426,8 @@ weapon_class = WEAPON_CLASS_NORMAL //kinda bulky for a compact gun damage_multiplier = GUN_LESS_DAMAGE_T2 //this spits lots of bullets and is compact and can be dual wielded init_recoil = SMG_RECOIL(2, 2) + suppressor_x_offset = 28 + suppressor_y_offset = 20 init_firemodes = list( /datum/firemode/automatic/rpm300, /datum/firemode/semi_auto/faster diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 9e264db3be3..e2106284c72 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -1139,15 +1139,12 @@ ckeywhitelist = list("tk420634") /obj/item/storage/box/large/custom_kit/tk420634/PopulateContents() - new /obj/item/clothing/suit/armor/light/leather(src) new /obj/item/melee/onehanded/knife/trench(src) new /obj/item/ammo_box/c9mm(src) new /obj/item/ammo_box/c9mm(src) new /obj/item/ammo_box/magazine/uzim9mm/(src) new /obj/item/reagent_containers/food/snacks/grown/poppy/lily(src) new /obj/item/binoculars(src) - new /obj/item/gun_upgrade/barrel/forged(src) - new /obj/item/tool_upgrade/refinement/stabilized_grip(src) new /obj/item/gun/ballistic/automatic/smg/mini_uzi/mac10/worn(src) new /obj/item/ammo_box/c9mm(src)