From fd6272808e4352acb217550e128adf131151565f Mon Sep 17 00:00:00 2001 From: retlaw34 <58402542+retlaw34@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:30:07 -0800 Subject: [PATCH] Fixes missing pipe shotgun sprite. (#2729) ## About The Pull Request Tin ## Why It's Good For The Game Oops. ## Changelog :cl: fix: fixes invisble pipe shotguns /:cl: --- code/modules/projectiles/guns/ballistic/shotgun.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index a0ef0570e29c..492f5ba08114 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -378,6 +378,7 @@ /obj/item/gun/ballistic/shotgun/doublebarrel/improvised name = "improvised shotgun" desc = "A length of pipe and miscellaneous bits of scrap fashioned into a rudimentary single-shot shotgun." + icon = 'icons/obj/guns/projectile.dmi' base_icon_state = "ishotgun" icon_state = "ishotgun" item_state = "ishotgun"