From 4c58bf51db8c497f148fcd9cc86e7776d1d5f1ac Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Sun, 15 Sep 2024 13:51:05 +0200 Subject: [PATCH] Fixes the offsets of the chimp shotgun (#86632) ## About The Pull Request Gee... ## Why It's Good For The Game ## Changelog :cl: fix: Fixed the offsets of the chimp shotgun when held. /:cl: --- code/modules/projectiles/guns/ballistic/shotgun.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index 3885cc737a1..c3ba84d1cb8 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -350,6 +350,8 @@ inhand_icon_state = "shotgun" lefthand_file = 'icons/mob/inhands/weapons/guns_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/guns_righthand.dmi' + inhand_x_dimension = 32 + inhand_y_dimension = 32 force = 8 obj_flags = CONDUCTS_ELECTRICITY slot_flags = NONE