mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 23:59:40 +01:00
Added the expeditionary jumpsuits to loadout list under suits and uniforms within new YW file to avoid wonderful clashes where possible.
the selection comes up as "Expeditionary jumpsuit Selection", and gives drop down selection choice.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/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