mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Merge pull request #5375 from Mewchild/MC-Cloaks
Adds non-head of staff department cloaks
This commit is contained in:
@@ -241,6 +241,46 @@ datum/gear/suit/duster
|
|||||||
path = /obj/item/clothing/accessory/poncho/roles/cloak/hop
|
path = /obj/item/clothing/accessory/poncho/roles/cloak/hop
|
||||||
allowed_roles = list("Head of Personnel")
|
allowed_roles = list("Head of Personnel")
|
||||||
|
|
||||||
|
/datum/gear/suit/roles/poncho/cloak/cargo
|
||||||
|
display_name = "cloak, cargo"
|
||||||
|
path = /obj/item/clothing/accessory/poncho/roles/cloak/cargo
|
||||||
|
allowed_roles = list("Cargo Technician","Quartermaster")
|
||||||
|
|
||||||
|
/datum/gear/suit/roles/poncho/cloak/mining
|
||||||
|
display_name = "cloak, cargo"
|
||||||
|
path = /obj/item/clothing/accessory/poncho/roles/cloak/mining
|
||||||
|
allowed_roles = list("Quartermaster","Shaft Miner")
|
||||||
|
|
||||||
|
/datum/gear/suit/roles/poncho/cloak/security
|
||||||
|
display_name = "cloak, security"
|
||||||
|
path = /obj/item/clothing/accessory/poncho/roles/cloak/security
|
||||||
|
allowed_roles = list("Head of Security","Detective","Warden","Security Officer")
|
||||||
|
|
||||||
|
/datum/gear/suit/roles/poncho/cloak/service
|
||||||
|
display_name = "cloak, service"
|
||||||
|
path = /obj/item/clothing/accessory/poncho/roles/cloak/service
|
||||||
|
allowed_roles = list("Head of Personnel","Bartender","Botanist","Janitor","Chef","Librarian")
|
||||||
|
|
||||||
|
/datum/gear/suit/roles/poncho/cloak/engineer
|
||||||
|
display_name = "cloak, engineer"
|
||||||
|
path = /obj/item/clothing/accessory/poncho/roles/cloak/engineer
|
||||||
|
allowed_roles = list("Chief Engineer","Station Engineer")
|
||||||
|
|
||||||
|
/datum/gear/suit/roles/poncho/cloak/atmos
|
||||||
|
display_name = "cloak, atmos"
|
||||||
|
path = /obj/item/clothing/accessory/poncho/roles/cloak/atmos
|
||||||
|
allowed_roles = list("Chief Engineer","Atmospheric Technician")
|
||||||
|
|
||||||
|
/datum/gear/suit/roles/poncho/cloak/research
|
||||||
|
display_name = "cloak, science"
|
||||||
|
path = /obj/item/clothing/accessory/poncho/roles/cloak/research
|
||||||
|
allowed_roles = list("Research Director","Scientist", "Roboticist", "Xenobiologist")
|
||||||
|
|
||||||
|
/datum/gear/suit/roles/poncho/cloak/medical
|
||||||
|
display_name = "cloak, medical"
|
||||||
|
path = /obj/item/clothing/accessory/poncho/roles/cloak/medical
|
||||||
|
allowed_roles = list("Medical Doctor","Chief Medical Officer","Chemist","Paramedic","Geneticist", "Psychiatrist")
|
||||||
|
|
||||||
/datum/gear/suit/unathi_robe
|
/datum/gear/suit/unathi_robe
|
||||||
display_name = "roughspun robe"
|
display_name = "roughspun robe"
|
||||||
path = /obj/item/clothing/suit/unathi/robe
|
path = /obj/item/clothing/suit/unathi/robe
|
||||||
|
|||||||
@@ -121,8 +121,8 @@
|
|||||||
* Cloak
|
* Cloak
|
||||||
*/
|
*/
|
||||||
/obj/item/clothing/accessory/poncho/roles/cloak
|
/obj/item/clothing/accessory/poncho/roles/cloak
|
||||||
name = "brown cloak"
|
name = "quartermaster's cloak"
|
||||||
desc = "An elaborate brown cloak."
|
desc = "An elaborate brown and gold cloak."
|
||||||
icon_state = "qmcloak"
|
icon_state = "qmcloak"
|
||||||
item_state = "qmcloak"
|
item_state = "qmcloak"
|
||||||
body_parts_covered = null
|
body_parts_covered = null
|
||||||
@@ -169,6 +169,54 @@
|
|||||||
icon_state = "capcloak"
|
icon_state = "capcloak"
|
||||||
item_state = "capcloak"
|
item_state = "capcloak"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/poncho/roles/cloak/cargo
|
||||||
|
name = "brown cloak"
|
||||||
|
desc = "A simple brown and black cloak."
|
||||||
|
icon_state = "cargocloak"
|
||||||
|
item_state = "cargocloak"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/poncho/roles/cloak/mining
|
||||||
|
name = "trimmed purple cloak"
|
||||||
|
desc = "A trimmed purple and brown cloak."
|
||||||
|
icon_state = "miningcloak"
|
||||||
|
item_state = "miningcloak"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/poncho/roles/cloak/security
|
||||||
|
name = "red cloak"
|
||||||
|
desc = "A simple red and black cloak."
|
||||||
|
icon_state = "seccloak"
|
||||||
|
item_state = "seccloak"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/poncho/roles/cloak/service
|
||||||
|
name = "green cloak"
|
||||||
|
desc = "A simple green and blue cloak."
|
||||||
|
icon_state = "servicecloak"
|
||||||
|
item_state = "servicecloak"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/poncho/roles/cloak/engineer
|
||||||
|
name = "gold cloak"
|
||||||
|
desc = "A simple gold and brown cloak."
|
||||||
|
icon_state = "engicloak"
|
||||||
|
item_state = "engicloak"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/poncho/roles/cloak/atmos
|
||||||
|
name = "yellow cloak"
|
||||||
|
desc = "A trimmed yellow and blue cloak."
|
||||||
|
icon_state = "atmoscloak"
|
||||||
|
item_state = "atmoscloak"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/poncho/roles/cloak/research
|
||||||
|
name = "purple cloak"
|
||||||
|
desc = "A simple purple and white cloak."
|
||||||
|
icon_state = "scicloak"
|
||||||
|
item_state = "scicloak"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/poncho/roles/cloak/medical
|
||||||
|
name = "blue cloak"
|
||||||
|
desc = "A simple blue and white cloak."
|
||||||
|
icon_state = "medcloak"
|
||||||
|
item_state = "medcloak"
|
||||||
|
|
||||||
/obj/item/clothing/accessory/hawaii
|
/obj/item/clothing/accessory/hawaii
|
||||||
name = "flower-pattern shirt"
|
name = "flower-pattern shirt"
|
||||||
desc = "You probably need some welder googles to look at this."
|
desc = "You probably need some welder googles to look at this."
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 69 KiB |
Reference in New Issue
Block a user