mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 22:55:22 +01:00
adds gn set
This commit is contained in:
@@ -17,3 +17,7 @@
|
||||
var/obj/item/clothing/suit/jacket_type = the_jacket
|
||||
the_jackets[initial(jacket_type.name)] = jacket_type
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(the_jackets))
|
||||
|
||||
/datum/gear/suit/gntop
|
||||
display_name = "GN crop jacket"
|
||||
path = /obj/item/clothing/suit/storage/fluff/gntop
|
||||
@@ -155,3 +155,7 @@ Swimsuits
|
||||
var/obj/item/weapon/storage/box/fluff/swimsuit/swimsuit_type = swimsuit
|
||||
swimsuits[initial(swimsuit_type.name)] = swimsuit_type
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(swimsuits))
|
||||
|
||||
/datum/gear/uniform/suit/gnshorts
|
||||
display_name = "GN shorts"
|
||||
path = /obj/item/clothing/under/fluff/gnshorts
|
||||
Reference in New Issue
Block a user