diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm b/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm index 659a243fa79..32eaa2497a5 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm @@ -97,11 +97,11 @@ path = /obj/item/clothing/suit/taur/dress sort_category = "Xenowear" -/datum/gear/uniform/taur/colorable_skirt +/datum/gear/suit/taur/colorable_skirt display_name = "colorable skirt (Wolf/Horse-taur)" - path = /obj/item/clothing/under/taur/skirt + path = /obj/item/clothing/suit/taur/skirt sort_category = "Xenowear" -/datum/gear/uniform/taur/colorable_skirt/New() +/datum/gear/suit/taur/colorable_skirt/New() ..() gear_tweaks += gear_tweak_free_color_choice diff --git a/code/modules/clothing/suits/miscellaneous_vr.dm b/code/modules/clothing/suits/miscellaneous_vr.dm index 90dc81ba445..2b891d39b75 100644 --- a/code/modules/clothing/suits/miscellaneous_vr.dm +++ b/code/modules/clothing/suits/miscellaneous_vr.dm @@ -85,6 +85,12 @@ icon_state = "whitedress1" flags_inv = HIDESHOES +/obj/item/clothing/suit/taur/skirt + name = "taur skirt" + desc = "A skirt with a corset, fit for those with four legs." + icon_state = "skirt_colorable" + flags_inv = HIDESHOES + /obj/item/clothing/suit/storage/det_trench/alt name = "sleek modern coat" desc = "A sleek overcoat made of neo-laminated fabric. Has a reasonably sized pocket on the inside." diff --git a/code/modules/clothing/under/miscellaneous_vr.dm b/code/modules/clothing/under/miscellaneous_vr.dm index 1747e3d2c7e..ac3cc27b19f 100644 --- a/code/modules/clothing/under/miscellaneous_vr.dm +++ b/code/modules/clothing/under/miscellaneous_vr.dm @@ -377,14 +377,3 @@ desc = "A very descript undersuit, intended for wearing under a voidsuit or other EVA equipment. This one is specifically made for NanoTrasen Central Command officers, and comes with a swanky gold trim and other fancy markings." icon_state = "bodysuit_cent" item_state = "bodysuit_cent" - -/obj/item/clothing/under/taur - icon = 'icons/mob/taursuits_horse_vr.dmi' - body_parts_covered = UPPER_TORSO|LOWER_TORSO - pixel_x = -16 - -/obj/item/clothing/under/taur/skirt - name = "black skirt" - desc = "A fancy black skirt with white corset." - icon_state = "skirt_colorable" - flags_inv = HIDESHOES