mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Merge pull request #32889 from ShizCalev/turn-consistency
Makes some turning procs consistently turn clockwise
This commit is contained in:
@@ -138,8 +138,7 @@
|
||||
if(usr.incapacitated())
|
||||
return
|
||||
|
||||
setDir(turn(dir, 90))
|
||||
return
|
||||
setDir(turn(dir, -90))
|
||||
|
||||
/obj/item/device/assembly/infra/AltClick(mob/user)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user