Skip to content

Commit

Permalink
Update rocket_launcher.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Aug 14, 2024
1 parent 4fbc87b commit b928488
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b928488

Please sign in to comment.