Fixes mecha pilot speed.
This commit is contained in:
committed by
CitadelStationBot
parent
3a2ac4d102
commit
50529187d6
@@ -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
|
||||
..()
|
||||
Reference in New Issue
Block a user