From d78efd91797c488e290a706325e93f41b4247871 Mon Sep 17 00:00:00 2001 From: Casey Date: Wed, 27 Oct 2021 11:28:30 -0400 Subject: [PATCH] Merge pull request #11654 from PastelPrinceDan/jacketfix fixes the retro bomber jacket --- code/modules/clothing/suits/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index a8f6bf57a1..e18b594233 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -524,7 +524,7 @@ /obj/item/clothing/suit/storage/toggle/bomber/retro name = "retro bomber jacket" desc = "A retro style, fur-lined leather bomber jacket that invokes the early days of space exploration when spacemen were spacemen, and laser guns had funny little antennae on them." - icon_state = "retro_bomber" + icon_state = "retrojacket" /obj/item/clothing/suit/storage/bomber/alt name = "bomber jacket"