mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 02:17:06 +01:00
Mining overalls fix (#15086)
This commit is contained in:
@@ -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, Xenoarchaeologist")
|
||||
allowed_roles = list("Shaft Miner", "Xenoarchaeologist")
|
||||
cost = 2
|
||||
|
||||
/datum/gear/accessory/overalls_engineer
|
||||
@@ -550,4 +550,4 @@
|
||||
flagpatch_national["flagpatch, free council"] = /obj/item/clothing/accessory/flagpatch/freecouncil
|
||||
flagpatch_national["flagpatch, nralakk"] = /obj/item/clothing/accessory/flagpatch/nralakk
|
||||
flagpatch_national["flagpatch, hegemony"] = /obj/item/clothing/accessory/flagpatch/hegemony
|
||||
gear_tweaks += new /datum/gear_tweak/path(flagpatch_national)
|
||||
gear_tweaks += new /datum/gear_tweak/path(flagpatch_national)
|
||||
|
||||
Reference in New Issue
Block a user