mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
/obj/item/clothing/accessory/armband
|
|
name = "red armband"
|
|
desc = "A fancy red armband!"
|
|
icon_state = "red"
|
|
slot = ACCESSORY_SLOT_ARMBAND
|
|
on_rolled = list("down" = "none")
|
|
|
|
/obj/item/clothing/accessory/armband/cargo
|
|
name = "cargo armband"
|
|
desc = "An armband, worn by the crew to display which department they're assigned to. This one is brown."
|
|
icon_state = "cargo"
|
|
|
|
/obj/item/clothing/accessory/armband/engine
|
|
name = "engineering armband"
|
|
desc = "An armband, worn by the crew to display which department they're assigned to. This one is orange with a reflective strip!"
|
|
icon_state = "engie"
|
|
|
|
/obj/item/clothing/accessory/armband/science
|
|
name = "science armband"
|
|
desc = "An armband, worn by the crew to display which department they're assigned to. This one is purple."
|
|
icon_state = "rnd"
|
|
|
|
/obj/item/clothing/accessory/armband/hydro
|
|
name = "hydroponics armband"
|
|
desc = "An armband, worn by the crew to display which department they're assigned to. This one is green and blue."
|
|
icon_state = "hydro"
|
|
|
|
/obj/item/clothing/accessory/armband/med
|
|
name = "medical armband"
|
|
desc = "An armband, worn by the crew to display which department they're assigned to. This one is white."
|
|
icon_state = "med"
|
|
|
|
/obj/item/clothing/accessory/armband/med/cross
|
|
name = "medic armband"
|
|
desc = "A white armband with a blue cross on it. Typically used by people in the Medical department."
|
|
icon_state = "medicband"
|
|
|
|
/obj/item/clothing/accessory/armband/med/color
|
|
name = "armband"
|
|
desc = "A fancy armband."
|
|
addblends = "med_a"
|
|
|
|
/obj/item/clothing/accessory/armband/medblue
|
|
name = "EMT armband"
|
|
desc = "An armband, worn by the crew to display which department they're assigned to. This one is white and blue."
|
|
icon_state = "medblue"
|