This commit is contained in:
INeedBots 2020-12-19 23:10:34 -06:00
parent 71ea355095
commit 4f374c60e7

View File

@ -1739,7 +1739,7 @@ movetowards(goal)
{ {
self botMoveTo(goal); self botMoveTo(goal);
if(time > 2.5) if(time > 3)
{ {
time = 0; time = 0;
if(distanceSquared(self.origin, lastOri) < 128) if(distanceSquared(self.origin, lastOri) < 128)
@ -1758,8 +1758,6 @@ movetowards(goal)
} }
else if(timeslow > 1.5) else if(timeslow > 1.5)
{ {
self stand();
wait 1;
self thread jump(); self thread jump();
} }
else if(timeslow > 0.75) else if(timeslow > 0.75)