From c01d463f49112d78607fe160cfed4c2efe6ef8f6 Mon Sep 17 00:00:00 2001 From: Blundir <100090741+Blundir@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:48:49 +0300 Subject: [PATCH] fix --- code/modules/projectiles/guns/boltaction.dm | 2 +- code/modules/projectiles/guns/misc.dm | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/code/modules/projectiles/guns/boltaction.dm b/code/modules/projectiles/guns/boltaction.dm index 417ef39379f3..a165a112f354 100644 --- a/code/modules/projectiles/guns/boltaction.dm +++ b/code/modules/projectiles/guns/boltaction.dm @@ -42,7 +42,7 @@ var/has_openbolt_icon = TRUE /obj/item/weapon/gun/boltaction/set_gun_attachment_offsets() - attachable_offset = list("muzzle_x" = 32, "muzzle_y" = 17,"rail_x" = 5, "rail_y" = 18, "under_x" = 25, "under_y" = 14, "stock_x" = 17, "stock_y" = 8) + attachable_offset = list("muzzle_x" = 32, "muzzle_y" = 17,"rail_x" = 5, "rail_y" = 18, "under_x" = 25, "under_y" = 14, "stock_x" = 20, "stock_y" = 9) /obj/item/weapon/gun/boltaction/Initialize(mapload, spawn_empty) . = ..() diff --git a/code/modules/projectiles/guns/misc.dm b/code/modules/projectiles/guns/misc.dm index 0cefa2bf2f30..f61c0735ade9 100644 --- a/code/modules/projectiles/guns/misc.dm +++ b/code/modules/projectiles/guns/misc.dm @@ -88,10 +88,6 @@ start_semiauto = FALSE start_automatic = TRUE var/cover_open = FALSE //if the gun's feed-cover is open or not. - var/pos1 = 32 - var/pos2 = -32 - var/pos3 = 32 - var/pos4 = -32 /obj/item/weapon/gun/m60/Initialize(mapload, spawn_empty)