Files
CHOMPStation2/code/modules/clothing/accessories/armband.dm
2024-11-19 19:14:32 +01:00

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"