Skip to content

Commit

Permalink
👍
Browse files Browse the repository at this point in the history
  • Loading branch information
CapCamIII committed Aug 18, 2023
1 parent 1f28d00 commit 04f2f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/specialist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
update_attachable(type88sight.slot)

/obj/item/weapon/gun/rifle/sniper/svd/set_gun_attachment_offsets()
attachable_offset = list("muzzle_x" = 32, "muzzle_y" = 17,"rail_x" = 13, "rail_y" = 19, "under_x" = 26, "under_y" = 14, "stock_x" = 24, "stock_y" = 13, "special_x" = 37, "special_y" = 16)
attachable_offset = list("muzzle_x" = 32, "muzzle_y" = 17,"rail_x" = 13, "rail_y" = 19, "under_x" = 26, "under_y" = 14, "stock_x" = 24, "stock_y" = 13, "special_x" = 39, "special_y" = 18)

/obj/item/weapon/gun/rifle/sniper/svd/set_gun_config_values()
..()
Expand Down

0 comments on commit 04f2f87

Please sign in to comment.