Rotation proc clockwise consistency

This commit is contained in:
ShizCalev
2017-11-18 23:54:13 -05:00
parent b078af7204
commit 94002ab42e
4 changed files with 4 additions and 6 deletions
@@ -95,7 +95,7 @@
handle_layer()
/obj/structure/chair/proc/spin()
setDir(turn(dir, 90))
setDir(turn(dir, -90))
/obj/structure/chair/setDir(newdir)
..()