mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge pull request #10257 from Novacat/nova-ert
Changes some Exploration Colors
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
//Central
|
||||
|
||||
/obj/item/weapon/card/id/centcom
|
||||
initial_sprite_stack = list("base-stamp-silver", "top-darkgreen", "stamp-n", "pips-gold", "stripe-gold")
|
||||
initial_sprite_stack = list("base-stamp-gold", "top-blue", "stamp-n", "pips-white", "stripe-gold")
|
||||
|
||||
/obj/item/weapon/card/id/centcom/vip
|
||||
initial_sprite_stack = list("base-stamp-gold", "top-darkgreen", "stamp-n", "pips-gold", "stripe-gold")
|
||||
initial_sprite_stack = list("base-stamp-gold", "top-blue", "stamp-n", "pips-gold", "stripe-gold")
|
||||
|
||||
//ERT
|
||||
|
||||
@@ -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-pink")
|
||||
initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-darkgreen")
|
||||
|
||||
/obj/item/weapon/card/id/civilian/entertainer
|
||||
initial_sprite_stack = list("base-stamp", "top-generic", "stamp-n", "stripe-brown")
|
||||
@@ -179,13 +179,13 @@
|
||||
//Exploration
|
||||
|
||||
/obj/item/weapon/card/id/exploration
|
||||
initial_sprite_stack = list("base-stamp", "top-pink", "stamp-n")
|
||||
initial_sprite_stack = list("base-stamp", "top-darkgreen", "stamp-n")
|
||||
|
||||
/obj/item/weapon/card/id/exploration/fm
|
||||
initial_sprite_stack = list("base-stamp", "top-pink", "stamp-n", "stripe-medblu")
|
||||
initial_sprite_stack = list("base-stamp", "top-darkgreen", "stamp-n", "stripe-medblu")
|
||||
|
||||
/obj/item/weapon/card/id/exploration/head
|
||||
initial_sprite_stack = list("base-stamp-silver", "top-pink", "stamp-n", "pips-white")
|
||||
initial_sprite_stack = list("base-stamp-silver", "top-darkgreen", "stamp-n", "pips-white")
|
||||
|
||||
//Talon
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
)
|
||||
|
||||
/decl/closet_appearance/secure_closet/expedition
|
||||
color = COLOR_LIGHT_VIOLET
|
||||
color = COLOR_BRASS
|
||||
decals = list(
|
||||
"lower_side_vent"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user