From 1912b902bb30610ce0109c7a6632f19f523cc8e7 Mon Sep 17 00:00:00 2001 From: retlaw34 <58402542+retlaw34@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:38:00 -0800 Subject: [PATCH] oops --- 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 e4f925ac4d35..6e5a8d4d42b8 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"