mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
//Let's keep clothing sorting clean. This is for all the oldstation clothes.
|
|
|
|
/obj/item/clothing/under/retro/security
|
|
desc = "A (now) retro corporate security jumpsuit. It doesn't have any sort of robust fabric, good ol' NT cutting costs."
|
|
name = "retro security officer's uniform"
|
|
icon_state = "retro_sec"
|
|
item_state = "retro_sec"
|
|
item_color = "retro_sec"
|
|
displays_id = 0
|
|
flags_size = ONESIZEFITSALL
|
|
|
|
/obj/item/clothing/under/retro/medical
|
|
desc = "A once biologically resistant medical uniform. The high-vis stripes are faded and unreflective."
|
|
name = "retro medical officer's uniform"
|
|
icon_state = "retro_med"
|
|
item_state = "retro_med"
|
|
item_color = "retro_med"
|
|
displays_id = 0
|
|
flags_size = ONESIZEFITSALL
|
|
|
|
/obj/item/clothing/under/retro/engineering
|
|
desc = "A faded grimy engineering jumpsuit and overall combo. It's coated with oil, dust, and grit."
|
|
name = "retro engineering uniform"
|
|
icon_state = "retro_eng"
|
|
item_state = "retro_eng"
|
|
item_color = "retro_eng"
|
|
displays_id = 0
|
|
flags_size = ONESIZEFITSALL
|
|
|
|
/obj/item/clothing/under/retro/science
|
|
desc = "A faded polo and set of distinct white slacks. What a ridiculous tie."
|
|
name = "retro science officer's uniform"
|
|
icon_state = "retro_sci"
|
|
item_state = "retro_sci"
|
|
item_color = "retro_sci"
|
|
displays_id = 0
|
|
flags_size = ONESIZEFITSALL
|