mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-22 20:26:17 +01:00
Fixes #719 Changes EMT armband sprite color from white/green to yellow/green to match the EMT color scheme Changes EMT armband item name from 'medical guard armband' (Already used by another item) to 'paramedic armband'
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
//Armbands
|
|
/obj/item/clothing/tie/armband
|
|
name = "red armband"
|
|
desc = "A fancy red armband!"
|
|
icon_state = "red"
|
|
item_color = "red"
|
|
|
|
/obj/item/clothing/tie/armband/cargo
|
|
name = "cargo bay guard armband"
|
|
desc = "An armband, worn by the station's security forces to display which department they're assigned to. This one is brown."
|
|
icon_state = "cargo"
|
|
item_color = "cargo"
|
|
|
|
/obj/item/clothing/tie/armband/engine
|
|
name = "engineering guard armband"
|
|
desc = "An armband, worn by the station's security forces to display which department they're assigned to. This one is orange with a reflective strip!"
|
|
icon_state = "engie"
|
|
item_color = "engie"
|
|
|
|
/obj/item/clothing/tie/armband/science
|
|
name = "science guard armband"
|
|
desc = "An armband, worn by the station's security forces to display which department they're assigned to. This one is purple."
|
|
icon_state = "rnd"
|
|
item_color = "rnd"
|
|
|
|
/obj/item/clothing/tie/armband/hydro
|
|
name = "hydroponics guard armband"
|
|
desc = "An armband, worn by the station's security forces to display which department they're assigned to. This one is green and blue."
|
|
icon_state = "hydro"
|
|
item_color = "hydro"
|
|
|
|
/obj/item/clothing/tie/armband/med
|
|
name = "medical guard armband"
|
|
desc = "An armband, worn by the station's security forces to display which department they're assigned to. This one is white."
|
|
icon_state = "med"
|
|
item_color = "med"
|
|
|
|
/obj/item/clothing/tie/armband/medgreen
|
|
name = "paramedic armband"
|
|
desc = "An armband, worn by the station's security forces to display which department they're assigned to. This one is white and green."
|
|
icon_state = "emt"
|
|
item_color = "emt" |