Skip to content

Commit

Permalink
TGS Test Merge (#6808)
Browse files Browse the repository at this point in the history
  • Loading branch information
cm13-github committed Sep 5, 2024
2 parents 3ed8c27 + cc4fe40 commit 1c5a422
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
update_attachable(S.slot)

/obj/item/weapon/gun/launcher/grenade/m81/m79/set_gun_attachment_offsets()
attachable_offset = list("muzzle_x" = 33, "muzzle_y" = 18,"rail_x" = 9, "rail_y" = 22, "under_x" = 19, "under_y" = 14, "stock_x" = 14, "stock_y" = 14)
attachable_offset = list("muzzle_x" = 33, "muzzle_y" = 18, "rail_x" = 11, "rail_y" = 21, "under_x" = 19, "under_y" = 14, "stock_x" = 14, "stock_y" = 14)

/obj/item/weapon/gun/launcher/grenade/m81/m79/set_bullet_traits()
LAZYADD(traits_to_give, list(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


/obj/item/weapon/gun/launcher/rocket/set_gun_attachment_offsets()
attachable_offset = list("muzzle_x" = 33, "muzzle_y" = 18,"rail_x" = 6, "rail_y" = 19, "under_x" = 19, "under_y" = 14, "stock_x" = 19, "stock_y" = 14)
attachable_offset = list("muzzle_x" = 33, "muzzle_y" = 18,"rail_x" = 8, "rail_y" = 21, "under_x" = 19, "under_y" = 14, "stock_x" = 19, "stock_y" = 14)


/obj/item/weapon/gun/launcher/rocket/set_gun_config_values()
Expand Down
Binary file modified icons/obj/items/weapons/guns/attachments.dmi
Binary file not shown.
Binary file modified icons/obj/items/weapons/guns/attachments/barrel.dmi
Binary file not shown.
Binary file modified icons/obj/items/weapons/guns/attachments/rail.dmi
Binary file not shown.
Binary file modified icons/obj/items/weapons/guns/attachments/under.dmi
Binary file not shown.

0 comments on commit 1c5a422

Please sign in to comment.