diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm b/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm index d901eeed3f..c1ca7b7fd1 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm @@ -63,18 +63,3 @@ var/obj/item/clothing/suit/storage/seromi/cloak/tsuit_type = tsuit teshsuits[initial(tsuit_type.name)] = tsuit_type gear_tweaks += new/datum/gear_tweak/path(sortAssoc(teshsuits)) - - -/* -/datum/gear/suit/tesh_cloak - display_name = "teshari coat selection" - path = /obj/item/clothing/under/seromi/undercoat/ - -/datum/gear/suit/tesh_cloak/New() - ..() - var/list/hazards = list() - for(var/hazard_style in typesof(/obj/item/clothing/suit/seromi/cloak)) - var/obj/item/clothing/suit/seromi/cloak/hazardvest = hazard_style - hazards[initial(hazardvest.name)] = hazardvest - gear_tweaks += new/datum/gear_tweak/path(sortAssoc(hazards)) -*/ \ No newline at end of file