From 76085457d656235b603204bbc3b355fbfaed0c38 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 17 Sep 2017 22:26:50 -0500 Subject: [PATCH] [MIRROR] Fix maple shotgun icon_state (#2829) * Fix maple shotgun icon_state (#30796) * Fix maple shotgun icon_state --- code/modules/projectiles/guns/ballistic/revolver.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/revolver.dm b/code/modules/projectiles/guns/ballistic/revolver.dm index d31f661336..c97d3db5d3 100644 --- a/code/modules/projectiles/guns/ballistic/revolver.dm +++ b/code/modules/projectiles/guns/ballistic/revolver.dm @@ -270,7 +270,7 @@ "Dark Red Finish" = "dshotgun-d", "Ash" = "dshotgun-f", "Faded Grey" = "dshotgun-g", - "Maple" = "dshotgun-1", + "Maple" = "dshotgun-l", "Rosewood" = "dshotgun-p" )