diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 8fbf8954f9..d15f3d392c 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -1,3 +1,4 @@ + /obj/item/clothing/under/pj/red name = "red pj's" desc = "Sleepwear." @@ -753,7 +754,6 @@ /obj/item/clothing/under/gear_harness name = "gear harness" desc = "A simple, inconspicuous harness replacement for a jumpsuit." - icon = 'modular_citadel/icons/obj/clothing/cit_clothes.dmi' icon_state = "gear_harness" item_state = "golem" //This allows us to have no clothing on us well also hiding the cit lewd bits unless we show them. body_parts_covered = CHEST|GROIN \ No newline at end of file diff --git a/icons/obj/clothing/uniforms.dmi b/icons/obj/clothing/uniforms.dmi index 84155bfe43..3e3a1cefcb 100644 Binary files a/icons/obj/clothing/uniforms.dmi and b/icons/obj/clothing/uniforms.dmi differ diff --git a/modular_citadel/icons/obj/clothing/cit_clothes.dmi b/modular_citadel/icons/obj/clothing/cit_clothes.dmi index b88e1bd786..8cc6ca2950 100644 Binary files a/modular_citadel/icons/obj/clothing/cit_clothes.dmi and b/modular_citadel/icons/obj/clothing/cit_clothes.dmi differ