From e49ad1fdffbca5b315240e90d0a859b992d830b2 Mon Sep 17 00:00:00 2001 From: redstryker Date: Sun, 21 Aug 2016 21:23:24 -0400 Subject: [PATCH] Makes Loincloths only Availiable to Taj and Unathi --- code/modules/client/preference_setup/loadout/loadout_xeno.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno.dm b/code/modules/client/preference_setup/loadout/loadout_xeno.dm index 853dbf59a9..b8ed50c23f 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno.dm @@ -123,6 +123,7 @@ sort_category = "Xenowear" /datum/gear/uniform/loincloth - display_name = "loincloth" + display_name = "loincloth (Tajaran, Unathi)" path = /obj/item/clothing/under/shorts/loincloth - sort_category = "Xenowear" \ No newline at end of file + sort_category = "Xenowear" + whitelisted = list("Tajaran", "Unathi")