From 96dae68d31925c167e6008af357cb92116b7b92c Mon Sep 17 00:00:00 2001 From: riot <103988604+CapCamIII@users.noreply.github.com> Date: Mon, 21 Aug 2023 06:11:45 -0500 Subject: [PATCH] fixes m4ra custom barrel offset (#4202) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit i accidentally deleted the pr form and i cant be bothered to re-open the open pr page so you're getting this in a messed up version without big text, 🖕 ABOUT THE PULL REQUEST OR SOMETHING fixes the offset for m4ra custom's barrel, appropriately putting it on the gun WHY ITS GOOD FOR THE GAME PROBABLY bugfix Changelog :cl: fix: fixes the offset on m4ra custom barrel, it should appropriately be sat right on the gun sprite /:cl: --- code/modules/projectiles/guns/specialist.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/specialist.dm b/code/modules/projectiles/guns/specialist.dm index 184c0ed38266..7152106869a9 100644 --- a/code/modules/projectiles/guns/specialist.dm +++ b/code/modules/projectiles/guns/specialist.dm @@ -580,7 +580,7 @@ /obj/item/weapon/gun/rifle/m4ra_custom/set_gun_attachment_offsets() - attachable_offset = list("muzzle_x" = 43, "muzzle_y" = 17,"rail_x" = 23, "rail_y" = 21, "under_x" = 30, "under_y" = 11, "stock_x" = 24, "stock_y" = 13, "special_x" = 37, "special_y" = 16) + attachable_offset = list("muzzle_x" = 43, "muzzle_y" = 17,"rail_x" = 23, "rail_y" = 21, "under_x" = 30, "under_y" = 11, "stock_x" = 24, "stock_y" = 13, "special_x" = 39, "special_y" = 17) /obj/item/weapon/gun/rifle/m4ra_custom/set_gun_config_values() ..()