diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index ef812c3782e..d773a5c2606 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -288,9 +288,9 @@ var/global/list/gear_datums = list() slot = slot_w_uniform cost = 3 -/datum/gear/purplejumpskirt - display_name = "jumpskirt, purple" - path = /obj/item/clothing/under/purplejumpskirt +/datum/gear/blackjumpskirt + display_name = "jumpskirt, black" + path = /obj/item/clothing/under/blackjumpskirt slot = slot_w_uniform cost = 2 diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index af035234689..977ee41d369 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -400,12 +400,12 @@ item_color = "sundress_white" body_parts_covered = UPPER_TORSO|LOWER_TORSO -/obj/item/clothing/under/purplejumpskirt - name = "purple jumpskirt" - desc = "A purple jumpskirt, Sol size 0." - icon_state = "purplejumpskirt" - item_state = "purplejumpskirt" - item_color = "purplejumpskirt" +/obj/item/clothing/under/blackjumpskirt + name = "black jumpskirt" + desc = "A black jumpskirt, Sol size 0." + icon_state = "blackjumpskirt" + item_state = "blackjumpskirt" + item_color = "blackjumpskirt" /obj/item/clothing/under/captainformal name = "captain's formal uniform" diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 9d370414155..2ac56359324 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ diff --git a/icons/obj/clothing/uniforms.dmi b/icons/obj/clothing/uniforms.dmi index 0887fbd83e7..c57f93464da 100644 Binary files a/icons/obj/clothing/uniforms.dmi and b/icons/obj/clothing/uniforms.dmi differ