Chairs now get placed in the direction you are facing (#70641)

chair direction fix
This commit is contained in:
Ebb-Real
2022-10-19 20:34:34 -04:00
committed by GitHub
parent 218a153464
commit 51ea51e9e4
@@ -365,7 +365,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/chair/stool/bar, 0)
var/obj/structure/chair/C = new origin_type(get_turf(loc))
C.set_custom_materials(custom_materials)
TransferComponents(C)
C.setDir(dir)
C.setDir(user.dir)
qdel(src)
/obj/item/chair/proc/smash(mob/living/user)