mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
armband and stuff (#23224)
This commit is contained in:
@@ -213,3 +213,13 @@
|
||||
display_name = "Armband, science"
|
||||
path = /obj/item/clothing/accessory/armband/science
|
||||
allowed_roles = list("Research Director","Scientist", "Roboticist")
|
||||
|
||||
/datum/gear/accessory/armband_job/procedure
|
||||
display_name = "Armband, procedure"
|
||||
path = /obj/item/clothing/accessory/armband/procedure
|
||||
allowed_roles = list("Nanotrasen Representative", "Magistrate", "Internal Affairs Agent")
|
||||
|
||||
/datum/gear/accessory/armband_job/service
|
||||
display_name = "Armband, service"
|
||||
path = /obj/item/clothing/accessory/armband/service
|
||||
allowed_roles = list("Head of Personnel", "Chaplain", "Janitor", "Botanist", "Chef", "Bartender", "Clown", "Mime", "Librarian", "Barber")
|
||||
|
||||
@@ -58,3 +58,9 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user