Makes some turning procs consistently turn clockwise

This commit is contained in:
Jordie
2017-11-20 15:24:52 +11:00
committed by CitadelStationBot
parent ac4ca767d0
commit 752bc654ae
4 changed files with 9 additions and 4 deletions
@@ -89,7 +89,7 @@
if (anchored)
to_chat(usr, "It is fastened to the floor!")
return 0
setDir(turn(dir, 90))
setDir(turn(dir, -90))
return 1
/obj/structure/particle_accelerator/attackby(obj/item/W, mob/user, params)