Skip to content

Commit

Permalink
Update grenade_launcher.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Aug 14, 2024
1 parent b928488 commit be02db3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,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

0 comments on commit be02db3

Please sign in to comment.