probably fixes bad loadout tab things
This commit is contained in:
@@ -47,3 +47,28 @@
|
||||
name = "Top Hat"
|
||||
category = slot_head
|
||||
path = /obj/item/clothing/head/that
|
||||
|
||||
//Hats!
|
||||
/datum/gear/job_trek
|
||||
name = "Federation Officer's Cap"
|
||||
category = slot_head
|
||||
path = /obj/item/clothing/head/caphat/formal/fedcover
|
||||
restricted_roles = list("Captain","Head of Personnel")
|
||||
|
||||
/datum/gear/job_trek/medisci
|
||||
name = "Federation Officer's Cap"
|
||||
category = slot_head
|
||||
path = /obj/item/clothing/head/caphat/formal/fedcover/medsci
|
||||
restricted_roles = list("Chief Medical Officer","Medical Doctor","Chemist","Virologist","Geneticist","Research Director","Scientist", "Roboticist")
|
||||
|
||||
/datum/gear/job_trek/eng
|
||||
name = "Federation Officer's Cap"
|
||||
category = slot_head
|
||||
path = /obj/item/clothing/head/caphat/formal/fedcover/eng
|
||||
restricted_roles = list("Chief Engineer","Atmospheric Technician","Station Engineer","Warden","Detective","Security Officer","Head of Security","Cargo Technician", "Shaft Miner", "Quartermaster")
|
||||
|
||||
/datum/gear/job_trek/sec
|
||||
name = "Federation Officer's Cap"
|
||||
category = slot_head
|
||||
path = /obj/item/clothing/head/caphat/formal/fedcover/sec
|
||||
restricted_roles = list("Chief Engineer","Atmospheric Technician","Station Engineer","Warden","Detective","Security Officer","Head of Security","Cargo Technician", "Shaft Miner", "Quartermaster")
|
||||
@@ -130,27 +130,3 @@
|
||||
path = /obj/item/clothing/under/rank/trek/engsec/ent
|
||||
restricted_roles = list("Chief Engineer","Atmospheric Technician","Station Engineer","Warden","Detective","Security Officer","Head of Security","Cargo Technician", "Shaft Miner", "Quartermaster")
|
||||
|
||||
//Hats!
|
||||
/datum/gear/hat/job_trek
|
||||
name = "Federation Officer's Cap"
|
||||
category = slot_head
|
||||
path = /obj/item/clothing/head/caphat/formal/fedcover
|
||||
restricted_roles = list("Captain","Head of Personnel")
|
||||
|
||||
/datum/gear/hat/job_trek/medisci
|
||||
name = "Federation Officer's Cap"
|
||||
category = slot_head
|
||||
path = /obj/item/clothing/head/caphat/formal/fedcover/medsci
|
||||
restricted_roles = list("Chief Medical Officer","Medical Doctor","Chemist","Virologist","Geneticist","Research Director","Scientist", "Roboticist")
|
||||
|
||||
/datum/gear/hat/job_trek/eng
|
||||
name = "Federation Officer's Cap"
|
||||
category = slot_head
|
||||
path = /obj/item/clothing/head/caphat/formal/fedcover/eng
|
||||
restricted_roles = list("Chief Engineer","Atmospheric Technician","Station Engineer","Warden","Detective","Security Officer","Head of Security","Cargo Technician", "Shaft Miner", "Quartermaster")
|
||||
|
||||
/datum/gear/hat/job_trek/sec
|
||||
name = "Federation Officer's Cap"
|
||||
category = slot_head
|
||||
path = /obj/item/clothing/head/caphat/formal/fedcover/sec
|
||||
restricted_roles = list("Chief Engineer","Atmospheric Technician","Station Engineer","Warden","Detective","Security Officer","Head of Security","Cargo Technician", "Shaft Miner", "Quartermaster")
|
||||
Reference in New Issue
Block a user