Buildable wooden benches

can now build wooden benches with wood
This commit is contained in:
quotefox
2021-08-30 01:33:34 +01:00
parent 22bf7fcb15
commit 4b66e60d98
5 changed files with 45 additions and 22 deletions
@@ -0,0 +1,10 @@
/obj/structure/chair/bench
name = "wooden bench"
icon_state = "bench_middle"
icon = 'hyperstation/icons/obj/bench.dmi'
buildstackamount = 1
/obj/structure/chair/bench/left
icon_state = "bench_left"
/obj/structure/chair/bench/right
icon_state = "bench_right"