From 601aa82ffa1db224a12bcc86cf230e374a2fd104 Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Wed, 29 Oct 2014 08:04:34 +0100 Subject: [PATCH] Fixes #6879 Should've guessed there were more of those jackers hiding in the code. --- 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 6eca3f99a1..7fa3e4dc9d 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -367,7 +367,7 @@ item_state = "redponcho" /obj/item/clothing/suit/bomber - name = "bomber jacker" + name = "bomber jacket" desc = "A well-worn WW2 leather bomber jacket." icon_state = "bomber" item_state = "bomber"