Skip to content

Commit

Permalink
Merge pull request #2573 from ARF-SS13/I'mbackbitches
Browse files Browse the repository at this point in the history
Fixing the Mac-10s Supressor Offset
  • Loading branch information
Superlagg committed Jun 29, 2023
2 parents dcdc2b0 + e806881 commit 72ba100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions code/modules/projectiles/guns/ballistic/automatic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions modular_citadel/code/modules/client/loadout/__donator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 72ba100

Please sign in to comment.