Boatcloak port

This commit is contained in:
Anonymous
2022-01-21 13:38:44 +03:00
parent e036e00701
commit 4e02c56ab7
5 changed files with 38 additions and 0 deletions
@@ -0,0 +1,12 @@
/datum/gear/neck/boatcloakpoly
name = "Polychromatic Boatcloak"
path = /obj/item/clothing/neck/cloak/alt/boatcloak/polychromic
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
loadout_initial_colors = list("#FCFCFC", "#454F5C", "#CCCEE2")
/datum/gear/neck/boatcloakcomm
name = "Command Boatcloak"
path = /obj/item/clothing/neck/cloak/alt/boatcloak/command
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
restricted_desc = "Heads of Staff"
restricted_roles = list("Head of Security","Captain","Head of Personnel","Chief Engineer","Research Director","Chief Medical Officer","Quartermaster")