This commit is contained in:
Kelshark
2017-11-27 23:22:50 -05:00
17 changed files with 143 additions and 59 deletions
@@ -64,3 +64,12 @@
display_name = "Metal necklace"
description = "A shiny steel chain with a vague metallic object dangling off it."
path = /obj/item/clothing/accessory/tronket
/datum/gear/accessory/flops
display_name = "Drop straps"
description = "Wearing suspenders over shoulders? That's been so out for centuries and you know better."
path = /obj/item/clothing/accessory/flops
/datum/gear/accessory/flops/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
@@ -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