mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
* cargotech and hazard vests * deliveryboy and bomberjacket * explorer merge changes
67 lines
2.4 KiB
Plaintext
67 lines
2.4 KiB
Plaintext
/obj/item/clothing/accessory/armband
|
|
name = "red armband"
|
|
desc = "A fancy red armband!"
|
|
icon_state = "red"
|
|
item_color = "red"
|
|
slot = ACCESSORY_SLOT_ARMBAND
|
|
|
|
/obj/item/clothing/accessory/armband/sec
|
|
name = "security armband"
|
|
desc = "An armband, worn by the crew to display which department they're assigned to. This one is white and red."
|
|
icon_state = "whitered"
|
|
item_color = "whitered"
|
|
|
|
/obj/item/clothing/accessory/armband/yb
|
|
name = "blue-yellow armband"
|
|
desc = "A fancy blue and yellow armband!"
|
|
icon_state = "solblue"
|
|
item_color = "solblue"
|
|
|
|
/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 with a black strip."
|
|
icon_state = "cargo"
|
|
item_color = "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"
|
|
item_color = "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"
|
|
item_color = "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"
|
|
item_color = "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"
|
|
item_color = "med"
|
|
|
|
/obj/item/clothing/accessory/armband/medgreen
|
|
name = "EMT armband"
|
|
desc = "An armband, worn by the crew to display which department they're assigned to. This one is white and green."
|
|
icon_state = "medgreen"
|
|
item_color = "medgreen"
|
|
|
|
/obj/item/clothing/accessory/armband/procedure
|
|
name = "procedure armband"
|
|
desc = "An armband, worn by the crew to display which department they're assigned to. This one is lavender."
|
|
icon_state = "procedure"
|
|
item_color = "procedure"
|
|
|
|
/obj/item/clothing/accessory/armband/service
|
|
name = "service armband"
|
|
desc = "An armband, worn by the crew to display which department they're assigned to. This one is mint green."
|
|
icon_state = "service"
|
|
item_color = "service"
|