diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index c439308a0d..eb8310d219 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -223,8 +223,8 @@ /obj/item/clothing/suit/armor/hos/jensen name = "armored trenchcoat" desc = "A trenchcoat augmented with a special alloy for some protection and style." - icon_state = "jensencoat" - item_state = "jensencoat" + icon_state = "hostrench" + item_state = "hostrench" flags_inv = 0 siemens_coefficient = 0.6 body_parts_covered = UPPER_TORSO|ARMS diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 3635ab9ac1..5998df0b96 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index 4dea6388b1..2a6890778e 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ