From 00a40810fcf14219aed66949be2e037af344f3fc Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Wed, 10 Jun 2020 17:01:24 -0400 Subject: [PATCH] Unfucks gun belt icons (#51542) --- code/modules/projectiles/gun.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index b647984c444..797406b8da4 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -8,6 +8,7 @@ icon = 'icons/obj/guns/projectile.dmi' icon_state = "detective" inhand_icon_state = "gun" + worn_icon_state = "gun" flags_1 = CONDUCT_1 slot_flags = ITEM_SLOT_BELT custom_materials = list(/datum/material/iron=2000)