mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Xenoarcheologist Hard Hat and Mining Overalls (#14772)
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user