Xenoarcheologist Hard Hat and Mining Overalls (#14772)

This commit is contained in:
SleepyGemmy
2022-09-09 19:45:32 +02:00
committed by GitHub
parent 7817b2f23e
commit a501a6dc7f
4 changed files with 14 additions and 6 deletions
@@ -152,7 +152,7 @@
/datum/gear/accessory/black_pouches
display_name = "drop pouches, security"
path = /obj/item/clothing/accessory/storage/pouches/black
allowed_roles = list("Security Officer","Head of Security", "Warden", "Security Cadet", "Investigator")
allowed_roles = list("Security Officer", "Head of Security", "Warden", "Security Cadet", "Investigator")
/datum/gear/accessory/white_pouches
display_name = "drop pouches, medical"
@@ -168,7 +168,7 @@
/datum/gear/accessory/overalls_mining
display_name = "overalls, mining"
path = /obj/item/clothing/accessory/storage/overalls/mining
allowed_roles = list("Shaft Miner")
allowed_roles = list("Shaft Miner, Xenoarchaeologist")
cost = 2
/datum/gear/accessory/overalls_engineer
@@ -132,7 +132,7 @@
/datum/gear/head/hardhat
display_name = "hard hat selection"
path = /obj/item/clothing/head/hardhat
allowed_roles = list("Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice", "Operations Manager", "Hangar Technician", "Shaft Miner")
allowed_roles = list("Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice", "Operations Manager", "Hangar Technician", "Shaft Miner", "Xenoarchaeologist")
/datum/gear/head/hardhat/New()
..()