mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
talon mining
This commit is contained in:
@@ -90,3 +90,5 @@
|
||||
name = "Talon Guard"
|
||||
/obj/effect/landmark/start/talonpilot
|
||||
name = "Talon Pilot"
|
||||
/obj/effect/landmark/start/talonminer
|
||||
name = "Talon Miner"
|
||||
|
||||
@@ -261,6 +261,10 @@
|
||||
name = "Talon Pilot ID"
|
||||
initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-purple", "stripe-purple")
|
||||
|
||||
/obj/item/weapon/card/id/talon/miner
|
||||
name = "Talon Mining ID"
|
||||
initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-brown", "stripe-brown")
|
||||
|
||||
/obj/item/weapon/card/id/talon/captain
|
||||
name = "Talon Captain ID"
|
||||
initial_sprite_stack = list("base-stamp-dark", "top-dark", "stamp-silhouette", "pips-gold", "stripe-gold")
|
||||
|
||||
@@ -208,6 +208,7 @@
|
||||
"Shaft Miner" = "itg",
|
||||
"Intern" = "itg",
|
||||
"Talon Pilot" = "itg",
|
||||
"Talon Miner" = "itg",
|
||||
"Bartender" = "itg_green",
|
||||
"Botanist" = "itg_green",
|
||||
"Chef" = "itg_green",
|
||||
|
||||
@@ -227,6 +227,7 @@
|
||||
/obj/item/clothing/suit/space/void/refurb/pilot,
|
||||
/obj/item/clothing/head/helmet/space/void/refurb/pilot
|
||||
),
|
||||
|
||||
prob(10);list(
|
||||
/obj/item/clothing/suit/space/void/refurb/pilot,
|
||||
/obj/item/clothing/head/helmet/space/void/refurb/pilot/alt
|
||||
@@ -239,6 +240,10 @@
|
||||
/obj/item/clothing/suit/space/void/refurb/research,
|
||||
/obj/item/clothing/head/helmet/space/void/refurb/research/alt
|
||||
),
|
||||
prob(10);list(
|
||||
/obj/item/clothing/suit/space/void/refurb/mining,
|
||||
/obj/item/clothing/head/helmet/space/void/refurb/mining
|
||||
),
|
||||
prob(5);list(
|
||||
/obj/item/clothing/suit/space/void/refurb/mercenary,
|
||||
/obj/item/clothing/head/helmet/space/void/refurb/mercenary
|
||||
|
||||
@@ -32,6 +32,11 @@
|
||||
"stripes_horizontal" = COLOR_SKY_BLUE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/secure_closet/talon/miner
|
||||
extra_decals = list(
|
||||
"stripes_horizontal" = COLOR_BEASTY_BROWN
|
||||
)
|
||||
|
||||
/decl/closet_appearance/secure_closet/talon/captain
|
||||
extra_decals = list(
|
||||
"stripes_horizontal" = COLOR_GOLD
|
||||
|
||||
Reference in New Issue
Block a user