mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
e843567671
* Medical and RnD DMI files split * Cargo DMI split * Security DMI split * Engineering DMI split * Captain DMI split * Civilian/service DMI split This one hurt * Forgot about this one * Color DMI split * Purges everything that was delted up until this point ... with a blindfold and a shotgun * Dress and suit DMI split * Pants and shorts DMI split and merges pants and shorts files... shorts are pants, right? * Donator/fluff jumpsuit clothing organisational relocation * e oops * So this is used, repath bad * Random commit * Costumes DMI split and jumpsuits purge * Some fixes * pennywise * Centcom DMI split * SolGov DMI split * Retro DMI split * Syndicate DMI split * Misc DMI split * centcom officer * Kills off uniform.dmi completely * last fixes * lastest fixes * vox navy gold conflict * civilian barber * Tourist observers work now * Hopefully working non-human humanoid clothing * This being in suit.dmi is one of the reasons I made this PR * This shouldn't be here * Late night coding * Pun Pun regains his drip * Last fixes * security/OFFICER * Most important - clown fix * working subtypes good * Fixes chameleon jumpsuit * Proper QM pathes * Fixes jumpsuit rolling with the power of poor quality code * Cargo tech character setup fix * else instead why didn't I do this in the first place * PURP * Fixes broken character setup job clothing * CC suit fix * Psychedelic jumpsuit proper path * You must wear the jumpsuit to adjust it
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
/obj/item/clothing/under/retro
|
|
displays_id = FALSE
|
|
|
|
icon = 'icons/obj/clothing/under/retro.dmi'
|
|
sprite_sheets = list(
|
|
"Human" = 'icons/mob/clothing/under/retro.dmi'
|
|
)
|
|
|
|
/obj/item/clothing/under/retro/security
|
|
name = "retro security officer's uniform"
|
|
desc = "A (now) retro corporate security jumpsuit. It doesn't have any sort of robust fabric, good ol' NT cutting costs."
|
|
icon_state = "retro_sec"
|
|
item_state = "retro_sec"
|
|
item_color = "retro_sec"
|
|
|
|
/obj/item/clothing/under/retro/medical
|
|
name = "retro medical officer's uniform"
|
|
desc = "A once biologically resistant medical uniform. The high-vis stripes are faded and unreflective."
|
|
icon_state = "retro_med"
|
|
item_state = "retro_med"
|
|
item_color = "retro_med"
|
|
|
|
/obj/item/clothing/under/retro/engineering
|
|
name = "retro engineering uniform"
|
|
desc = "A faded grimy engineering jumpsuit and overall combo. It's coated with oil, dust, and grit."
|
|
icon_state = "retro_eng"
|
|
item_state = "retro_eng"
|
|
item_color = "retro_eng"
|
|
|
|
/obj/item/clothing/under/retro/science
|
|
name = "retro science officer's uniform"
|
|
desc = "A faded polo and set of distinct white slacks. What a ridiculous tie."
|
|
icon_state = "retro_sci"
|
|
item_state = "retro_sci"
|
|
item_color = "retro_sci"
|