From e5fd736f81a421ea5bee19accb22ca74795735ea Mon Sep 17 00:00:00 2001 From: PastelPrinceDan Date: Mon, 4 Oct 2021 21:58:35 +0100 Subject: [PATCH] one line fix --- 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 bfa91659c25..3d44c893fe1 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -518,7 +518,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"