Update loadout_xeno_vr.dm

This commit is contained in:
kcin2001
2017-07-09 22:01:44 -07:00
committed by GitHub
parent 62ea1866f9
commit 5b912bc601
@@ -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))
*/