diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno.dm b/code/modules/client/preference_setup/loadout/loadout_xeno.dm index ca2be0cdd4..8e5428c199 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno.dm @@ -120,11 +120,4 @@ /datum/gear/uniform/harness display_name = "gear harness (Full Body Prosthetic, Diona)" path = /obj/item/clothing/under/harness - sort_category = "Xenowear" - -/datum/gear/uniform/loincloth - display_name = "loincloth (Tajaran, Unathi)" - path = /obj/item/clothing/under/shorts/loincloth - sort_category = "Xenowear" - //whitelisted = list("Tajaran", "Unathi") //VORESTATION EDIT - + sort_category = "Xenowear" \ No newline at end of file