Alt-Keys now let you strafe! Wow!

This commit is contained in:
Arturlang
2019-06-28 11:27:35 +03:00
committed by GitHub
parent d5bfe16c78
commit a9d4f53728
+1 -1
View File
@@ -537,7 +537,7 @@
var/oldloc = loc
if(internal_damage & MECHA_INT_CONTROL_LOST)
move_result = mechsteprand()
else if(dir != direction && !strafe)
else if(dir != direction && (!strafe || occupant.client.keys_held["Alt"]))
move_result = mechturn(direction)
else
move_result = mechstep(direction)