From 1928b102e9895db93985ac2a430eb642e22c231e Mon Sep 17 00:00:00 2001 From: Mark9013100 Date: Tue, 23 Feb 2016 09:37:57 -0500 Subject: [PATCH] Fixes the RIG grenade launcher icon --- code/modules/clothing/spacesuits/rig/modules/combat.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/rig/modules/combat.dm b/code/modules/clothing/spacesuits/rig/modules/combat.dm index 91e8f15d67..a3b6261b7b 100644 --- a/code/modules/clothing/spacesuits/rig/modules/combat.dm +++ b/code/modules/clothing/spacesuits/rig/modules/combat.dm @@ -21,7 +21,7 @@ name = "mounted grenade launcher" desc = "A shoulder-mounted micro-explosive dispenser." selectable = 1 - icon_state = "grenade" + icon_state = "grenadelauncher" interface_name = "integrated grenade launcher" interface_desc = "Discharges loaded grenades against the wearer's location."