Smoll fixes to hueg ass update & merge

This commit is contained in:
Kelshark
2018-01-24 21:04:12 -05:00
parent 85f9061592
commit dc2a309c6a
5 changed files with 5 additions and 17 deletions
@@ -1,11 +0,0 @@
/datum/gear/uniform/suit/expeditionsuit
display_name = "Expeditionary jumpsuit Selection"
path = /obj/item/clothing/under/utility/expeditionary/
/datum/gear/uniform/suit/expeditionsuit/New()
..()
var/list/expsuits = list()
for(var/expsuit in typesof(/obj/item/clothing/under/utility/expeditionary/))
var/obj/item/clothing/suit/expsuit_type = expsuit
expsuits[initial(expsuit_type.name)] = expsuit_type
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(expsuits))