From 6477d33799c770022cfd63024de11b5173fd052b Mon Sep 17 00:00:00 2001 From: Penwin <53474257+Penwin0@users.noreply.github.com> Date: Sun, 4 Sep 2022 13:48:49 +0200 Subject: [PATCH 1/2] the thing (#7614) --- code/modules/projectiles/guns/ballistic/shotgun.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index adf7ca8cdc8..d59764b76c6 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -149,6 +149,10 @@ desc = "A semi-auto, mag-fed shotgun for combat in narrow corridors with a built in recoil dampening system, nicknamed 'Bulldog' by boarding parties. Compatible only with specialized 8-round drum magazines." icon_state = "bulldog" item_state = "bulldog" + 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 w_class = WEIGHT_CLASS_NORMAL weapon_weight = WEAPON_MEDIUM mag_type = /obj/item/ammo_box/magazine/m12g From c29ea575a0f143be0964a91d16c7e71bc0779d19 Mon Sep 17 00:00:00 2001 From: SinguloBot <88859067+SinguloBot@users.noreply.github.com> Date: Sun, 4 Sep 2022 13:49:58 +0200 Subject: [PATCH 2/2] Bulldog shotguns have inhand sprites again