Makes some turning procs consistently turn clockwise
This commit is contained in:
committed by
CitadelStationBot
parent
ac4ca767d0
commit
752bc654ae
@@ -139,8 +139,7 @@
|
||||
if(usr.incapacitated())
|
||||
return
|
||||
|
||||
setDir(turn(dir, 90))
|
||||
return
|
||||
setDir(turn(dir, -90))
|
||||
|
||||
/obj/item/device/assembly/infra/AltClick(mob/user)
|
||||
..()
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user