Merge pull request #4814 from Citadel-Station-13/upstream-merge-34376

[MIRROR] Fixes mecha pilot speed.
This commit is contained in:
deathride58
2018-01-14 04:00:39 +00:00
committed by GitHub
@@ -289,6 +289,6 @@
/mob/living/simple_animal/hostile/syndicate/mecha_pilot/Goto(target, delay, minimum_distance)
if(mecha)
walk_to(mecha, target, minimum_distance, delay)
walk_to(mecha, target, minimum_distance, mecha.step_in)
else
..()