Two small fixes

This commit is contained in:
Heroman
2023-08-27 11:41:12 +10:00
parent e46bd401a7
commit 347d44d05c
6 changed files with 41 additions and 13 deletions
@@ -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