mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
0e50aeb0b9
* Trim _s from under sprite states. * Fix some missing icons. * Restore missing chameleon icon state.
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
/obj/item/clothing/under/retro
|
|
icon = 'icons/obj/clothing/under/retro.dmi'
|
|
worn_icon = 'icons/mob/clothing/under/retro.dmi'
|
|
inhand_icon_state = "bl_suit"
|
|
displays_id = FALSE
|
|
sprite_sheets = list()
|
|
|
|
/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"
|
|
|
|
/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"
|
|
|
|
/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"
|
|
|
|
/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"
|