mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
Base Commit
This commit is contained in:
@@ -13,6 +13,18 @@
|
||||
display_name = "tourist, green"
|
||||
path = /obj/item/clothing/shoes/tourist_2
|
||||
|
||||
/datum/gear/shoes/sneakerspurple
|
||||
display_name = "sneakers, purple"
|
||||
path = /obj/item/clothing/shoes/sneakerspurple
|
||||
|
||||
/datum/gear/shoes/sneakersblue
|
||||
display_name = "sneakers, blue"
|
||||
path = /obj/item/clothing/shoes/sneakersblue
|
||||
|
||||
/datum/gear/shoes/sneakersred
|
||||
display_name = "sneakers, red"
|
||||
path = /obj/item/clothing/shoes/sneakersred
|
||||
|
||||
/datum/gear/shoes/jackboots
|
||||
display_name = "jackboots"
|
||||
path = /obj/item/clothing/shoes/boots/jackboots
|
||||
|
||||
@@ -197,6 +197,18 @@
|
||||
path = /obj/item/clothing/suit/cyberpunk
|
||||
cost = 2
|
||||
|
||||
/datum/gear/suit/puffycoat/blue
|
||||
display_name = "puffy coat, blue"
|
||||
path = /obj/item/clothing/suit/storage/puffyblue
|
||||
|
||||
/datum/gear/suit/puffycoat/red
|
||||
display_name = "puffy coat, red"
|
||||
path = /obj/item/clothing/suit/storage/puffyred
|
||||
|
||||
/datum/gear/suit/puffycoat/purple
|
||||
display_name = "puffy coat, purple"
|
||||
path = /obj/item/clothing/suit/storage/puffypurple
|
||||
|
||||
/datum/gear/suit/poncho
|
||||
display_name = "poncho selection"
|
||||
path = /obj/item/clothing/accessory/poncho
|
||||
@@ -226,7 +238,6 @@
|
||||
)
|
||||
gear_tweaks += new/datum/gear_tweak/path(ponchos)
|
||||
|
||||
|
||||
/datum/gear/suit/roles/cloak
|
||||
display_name = "cloak selection, departments"
|
||||
path = /obj/item/clothing/accessory/poncho/roles/cloak/cargo
|
||||
|
||||
@@ -699,6 +699,26 @@
|
||||
display_name = "heavy utility, galactic survey"
|
||||
path = /obj/item/clothing/under/gsa_work
|
||||
|
||||
/*
|
||||
* 80s
|
||||
*/
|
||||
|
||||
/datum/gear/uniform/tropical_outfit/black
|
||||
display_name = "tropical outfit, animal style"
|
||||
path = /obj/item/clothing/under/tropical
|
||||
|
||||
/datum/gear/uniform/tropical_outfit/green
|
||||
display_name = "tropical outfit, tropico-puke"
|
||||
path = /obj/item/clothing/under/tropical/green
|
||||
|
||||
/datum/gear/uniform/tropical_outfit/pink
|
||||
display_name = "tropical outfit, 3005 vintage"
|
||||
path = /obj/item/clothing/under/tropical/pink
|
||||
|
||||
/datum/gear/uniform/tropical_outfit/blue
|
||||
display_name = "tropical outfit, miami vice"
|
||||
path = /obj/item/clothing/under/tropical/blue
|
||||
|
||||
/*
|
||||
* Branded Uniforms
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user