Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions code/game/machinery/vending/vendor_types/crew/synthetic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,18 @@ GLOBAL_LIST_INIT(cm_vending_clothing_synth, list(
/datum/gear/synthetic/civilian/red_tshirt_black_jeans
path = /obj/item/clothing/under/tshirt/r_bla

/datum/gear/synthetic/civilian/khaki_workwear
path = /obj/item/clothing/under/colonist/workwear/khaki

/datum/gear/synthetic/civilian/pink_workwear
path = /obj/item/clothing/under/colonist/workwear/pink

/datum/gear/synthetic/civilian/green_workwear
path = /obj/item/clothing/under/colonist/workwear/green

/datum/gear/synthetic/civilian/blue_workwear
path = /obj/item/clothing/under/colonist/workwear/blue

/datum/gear/synthetic/civilian/frontier
path = /obj/item/clothing/under/rank/frontier

Expand Down Expand Up @@ -366,6 +378,9 @@ GLOBAL_LIST_INIT(cm_vending_clothing_synth, list(
/datum/gear/synthetic/civilian/white_suit_pants
path = /obj/item/clothing/under/liaison_suit/corporate_formal

/datum/gear/synthetic/civilian/black_suit_pants
path = /obj/item/clothing/under/liaison_suit/black

/datum/gear/synthetic/civilian/grey_suit_pants
path = /obj/item/clothing/under/detective/grey

Expand Down Expand Up @@ -725,6 +740,12 @@ GLOBAL_LIST_INIT(cm_vending_clothing_synth, list(
/datum/gear/synthetic/suit/webbing
path = /obj/item/clothing/suit/storage/webbing

/datum/gear/synthetic/suit/brown_webbing
path = /obj/item/clothing/suit/storage/webbing/brown

/datum/gear/synthetic/suit/black_webbing
path = /obj/item/clothing/suit/storage/webbing/black

/datum/gear/synthetic/suit/utility_vest
path = /obj/item/clothing/suit/storage/utility_vest

Expand Down
Loading