Kepi and Orvilike Kepi
This commit is contained in:
@@ -98,6 +98,21 @@
|
||||
restricted_desc = "Engineering, Security, and Cargo"
|
||||
restricted_roles = list("Chief Engineer","Atmospheric Technician","Station Engineer","Warden","Detective","Security Officer","Head of Security","Cargo Technician", "Shaft Miner", "Quartermaster")
|
||||
|
||||
// orvilike "original" kepi
|
||||
/datum/gear/orvkepi
|
||||
name = "Federation Kepi, assistant"
|
||||
description = "A visored cap. Intended to be used with ORV uniform."
|
||||
category = SLOT_HEAD
|
||||
path = /obj/item/clothing/head/kepi/orvi
|
||||
restricted_roles = list("Assistant")
|
||||
|
||||
/datum/gear/orvkepi/srv
|
||||
name = "Federation Kepi, service"
|
||||
category = SLOT_HEAD
|
||||
path = /obj/item/clothing/head/kepi/orvi/service
|
||||
restricted_roles = list("Assistant", "Bartender", "Botanist", "Cook", "Curator", "Janitor", "Chaplain")
|
||||
restricted_desc = "Service and Civilian, barring Clown, Mime and Lawyer"
|
||||
|
||||
/*Commenting out Until next Christmas or made automatic
|
||||
/datum/gear/santahatr
|
||||
name = "Red Santa Hat"
|
||||
@@ -137,3 +152,9 @@
|
||||
path = /obj/item/clothing/head/cowboyhat/sec
|
||||
restricted_desc = "Security"
|
||||
restricted_roles = list("Warden","Detective","Security Officer","Head of Security")
|
||||
|
||||
// Misc
|
||||
/datum/gear/wkepi
|
||||
name = "white kepi"
|
||||
category = SLOT_HEAD
|
||||
path = /obj/item/clothing/head/kepi
|
||||
|
||||
Reference in New Issue
Block a user