From c8474caaa69b181ef6d8ffcdf38ab0af0062a3cf Mon Sep 17 00:00:00 2001 From: retlaw34 <58402542+retlaw34@users.noreply.github.com> Date: Sun, 28 Jan 2024 11:14:00 -0800 Subject: [PATCH] OOOPS --- code/modules/projectiles/guns/ballistic/shotgun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index 38e1de96e1b5..ab404b1261d5 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -360,7 +360,7 @@ sawn_desc = "A special-edition Hunter's Pride shotgun, cut down to the size of a sidearm by some barbarian. The brass inlay on the stock and engravings on the barrel have been obliterated in the process, destroying any value beyond its use as a crude sidearm." base_icon_state = "dshotgun_srm" icon_state = "dshotgun_srm" - item = "dshotgun_srm" + item_state = "dshotgun_srm" unique_reskin = null /obj/item/gun/ballistic/shotgun/doublebarrel/roumain/sawoff(mob/user)