This commit is contained in:
INeedBots 2020-12-16 11:38:00 -06:00
parent 742cbe1c51
commit 33053acf66

View File

@ -1744,6 +1744,8 @@ 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)