mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 10:05:27 +01:00
Two small fixes
This commit is contained in:
@@ -1578,6 +1578,15 @@
|
||||
/decl/closet_appearance/wall_double/generic_civ
|
||||
color = COLOR_DARK_BLUE_GRAY
|
||||
|
||||
/decl/closet_appearance/wall_double/casino
|
||||
color = COLOR_GRAY20
|
||||
decals = null
|
||||
extra_decals = list(
|
||||
"stripe_outer" = COLOR_GOLD,
|
||||
"stripe_inner" = COLOR_ORANGE,
|
||||
"thaler" = COLOR_GREEN
|
||||
)
|
||||
|
||||
// Carts
|
||||
/decl/closet_appearance/cart
|
||||
color = COLOR_GRAY20
|
||||
|
||||
@@ -315,6 +315,25 @@
|
||||
pixel_x = 32
|
||||
dir = EAST
|
||||
|
||||
/obj/structure/closet/walllocker_double/casino
|
||||
closet_appearance = /decl/closet_appearance/wall_double/casino
|
||||
|
||||
/obj/structure/closet/walllocker_double/casino/north
|
||||
pixel_y = 32
|
||||
dir = SOUTH
|
||||
|
||||
/obj/structure/closet/walllocker_double/casino/south
|
||||
pixel_y = -32
|
||||
dir = NORTH
|
||||
|
||||
/obj/structure/closet/walllocker_double/casino/west
|
||||
pixel_x = -32
|
||||
dir = WEST
|
||||
|
||||
/obj/structure/closet/walllocker_double/casino/east
|
||||
pixel_x = 32
|
||||
dir = EAST
|
||||
|
||||
/obj/structure/closet/walllocker_double/cargo
|
||||
desc = "A wall mounted cabinet. This one is in cargo colors."
|
||||
closet_appearance = /decl/closet_appearance/wall_double/cargo
|
||||
|
||||
Reference in New Issue
Block a user