diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno_yw.dm b/code/modules/client/preference_setup/loadout/loadout_xeno_yw.dm index 8f0de15bce..643aa45538 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno_yw.dm @@ -19,7 +19,7 @@ allowed_roles = list("Chief Engineer", "Atmospheric Technician", "Station Engineer") -//Added from CHOMP +/* Commented out as a lot of these were added upstream if anything is missing add it to this file /datum/gear/suit/hood display_name = "hooded cloak selection (Teshari)" path = /obj/item/clothing/suit/storage/seromi/cloak/standard @@ -229,4 +229,5 @@ /datum/gear/uniform/harness_white display_name = "white gear harness (Full Body Prosthetic, Diona)" path = /obj/item/clothing/under/harness_white - sort_category = "Xenowear" \ No newline at end of file + sort_category = "Xenowear" + */ \ No newline at end of file