mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Merge pull request #32889 from ShizCalev/turn-consistency
Makes some turning procs consistently turn clockwise
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
handle_layer()
|
||||
|
||||
/obj/structure/chair/proc/spin()
|
||||
setDir(turn(dir, 90))
|
||||
setDir(turn(dir, -90))
|
||||
|
||||
/obj/structure/chair/setDir(newdir)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user