mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
57 lines
1.9 KiB
Plaintext
57 lines
1.9 KiB
Plaintext
|
|
/obj/outfit/admin/generic/mining
|
|
name = "Generic Mining Outfit"
|
|
|
|
uniform = list(
|
|
/obj/item/clothing/under/color/black,
|
|
/obj/item/clothing/under/color/brown,
|
|
/obj/item/clothing/under/color/lightbrown,
|
|
/obj/item/clothing/under/color/darkblue,
|
|
/obj/item/clothing/under/service_overalls,
|
|
/obj/item/clothing/under/overalls,
|
|
)
|
|
suit = list(
|
|
/obj/item/clothing/suit/storage/hooded/wintercoat,
|
|
/obj/item/clothing/suit/storage/hooded/wintercoat/hoodie/random,
|
|
/obj/item/clothing/suit/storage/toggle/leather_jacket/flight,
|
|
/obj/item/clothing/suit/storage/toggle/leather_jacket/military/tan,
|
|
/obj/item/clothing/suit/storage/toggle/highvis,
|
|
/obj/item/clothing/suit/storage/toggle/highvis,
|
|
/obj/item/clothing/suit/storage/toggle/highvis/alt,
|
|
/obj/item/clothing/suit/storage/toggle/track,
|
|
/obj/item/clothing/suit/storage/hazardvest,
|
|
/obj/item/clothing/suit/storage/hazardvest/green,
|
|
/obj/item/clothing/suit/storage/hazardvest/red,
|
|
/obj/item/clothing/suit/storage/hazardvest/white,
|
|
)
|
|
belt = list(
|
|
/obj/item/storage/belt/mining/full,
|
|
)
|
|
belt_contents = list(
|
|
/obj/item/gun/custom_ka/frame01/prebuilt=1,
|
|
/obj/item/flashlight/lantern=1,
|
|
)
|
|
head = list(
|
|
/obj/item/clothing/head/hardhat,
|
|
/obj/item/clothing/head/hardhat/orange,
|
|
/obj/item/clothing/head/hardhat/red,
|
|
/obj/item/clothing/head/hardhat/green,
|
|
)
|
|
glasses = null
|
|
gloves = list(
|
|
/obj/item/clothing/gloves/brown,
|
|
/obj/item/clothing/gloves/black_leather,
|
|
/obj/item/clothing/gloves/yellow,
|
|
)
|
|
shoes = list(
|
|
/obj/item/clothing/shoes/jackboots,
|
|
/obj/item/clothing/shoes/workboots,
|
|
/obj/item/clothing/shoes/workboots/dark,
|
|
)
|
|
species_gloves = list(
|
|
SPECIES_UNATHI = /obj/item/clothing/gloves/yellow/specialu,
|
|
SPECIES_TAJARA = /obj/item/clothing/gloves/yellow/specialt,
|
|
SPECIES_TAJARA_MSAI = /obj/item/clothing/gloves/yellow/specialt,
|
|
SPECIES_TAJARA_ZHAN = /obj/item/clothing/gloves/yellow/specialt,
|
|
)
|