mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 00:54:16 +01:00
Pilot ID & Lockers
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-red")
|
||||
|
||||
/obj/item/weapon/card/id/civilian/pilot
|
||||
initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-darkgreen")
|
||||
initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-olive")
|
||||
|
||||
/obj/item/weapon/card/id/civilian/entertainer
|
||||
initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-brown")
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
)
|
||||
|
||||
/decl/closet_appearance/secure_closet/expedition
|
||||
color = COLOR_BRASS
|
||||
color = COLOR_OLIVE
|
||||
decals = list(
|
||||
"lower_side_vent"
|
||||
)
|
||||
@@ -84,15 +84,13 @@
|
||||
|
||||
/decl/closet_appearance/secure_closet/expedition/explorer
|
||||
extra_decals = list(
|
||||
"stripe_vertical_left_full" = COLOR_PURPLE,
|
||||
"stripe_vertical_right_full" = COLOR_PURPLE,
|
||||
"exped" = COLOR_PURPLE
|
||||
"stripe_vertical_mid_full" = COLOR_GRAY40,
|
||||
"exped" = COLOR_GRAY40
|
||||
)
|
||||
|
||||
/decl/closet_appearance/secure_closet/expedition/pathfinder
|
||||
extra_decals = list(
|
||||
"stripe_vertical_left_full" = COLOR_PURPLE,
|
||||
"stripe_vertical_mid_full" = COLOR_GRAY40,
|
||||
"stripe_vertical_right_full" = COLOR_PURPLE,
|
||||
"exped" = COLOR_GRAY40
|
||||
"stripe_vertical_left_full" = COLOR_GRAY20,
|
||||
"stripe_vertical_right_full" = COLOR_GRAY20,
|
||||
"exped" = COLOR_GRAY20
|
||||
)
|
||||
Reference in New Issue
Block a user