mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Chairs now get placed in the direction you are facing (#70641)
chair direction fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user