From 1a2f4f5d6949928f161f02ae6845742f45d64df9 Mon Sep 17 00:00:00 2001 From: Gandalf Date: Wed, 23 Jun 2021 22:35:37 +0100 Subject: [PATCH] missed mirror --- .../objects/structures/beds_chairs/chair.dm | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/code/game/objects/structures/beds_chairs/chair.dm b/code/game/objects/structures/beds_chairs/chair.dm index 7a93e238ac5..83599ef8b26 100644 --- a/code/game/objects/structures/beds_chairs/chair.dm +++ b/code/game/objects/structures/beds_chairs/chair.dm @@ -260,6 +260,20 @@ buildstackamount = 1 item_chair = /obj/item/chair/stool +/obj/structure/chair/stool/directional/north + dir = SOUTH + pixel_y = 6 + +/obj/structure/chair/stool/directional/south + dir = NORTH + pixel_y = 6 + +/obj/structure/chair/stool/directional/east + dir = WEST + +/obj/structure/chair/stool/directional/west + dir = EAST + /obj/structure/chair/stool/narsie_act() return @@ -286,6 +300,18 @@ icon_state = "bar" item_chair = /obj/item/chair/stool/bar +/obj/structure/chair/stool/bar/directional/north + dir = SOUTH + +/obj/structure/chair/stool/bar/directional/south + dir = NORTH + +/obj/structure/chair/stool/bar/directional/east + dir = WEST + +/obj/structure/chair/stool/bar/directional/west + dir = EAST + /obj/item/chair name = "chair" desc = "Bar brawl essential."