mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
Smoll fixes to hueg ass update & merge
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user