mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Rotates stools to face tables (#59344)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user