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")