From 60d541037c6a3b55dc07ae3a3fa18719d9639db0 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sun, 26 Mar 2017 20:32:33 -0400 Subject: [PATCH] Fix compile error from merge --- .../client/preference_setup/loadout/loadout_xeno.dm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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