Kepi and Orvilike Kepi

This commit is contained in:
Anonymous
2020-06-20 22:52:33 +03:00
parent 2e8a2fee66
commit 45dab7fa66
5 changed files with 38 additions and 0 deletions

View File

@@ -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

View File

@@ -162,3 +162,12 @@
/obj/item/clothing/head/caphat/formal/fedcover/black
icon_state = "fedcapblack"
item_state = "fedcapblack"
//orvilike caps
/obj/item/clothing/head/kepi/orvi
name = "\improper Federation kepi"
desc = "A visored cap worn by all officers since 2550s."
icon_state = "kepi_ass"
/obj/item/clothing/head/kepi/orvi/service
icon_state = "kepi_srv"