dont wait

This commit is contained in:
INeedBots 2021-01-18 01:28:33 -06:00
parent 1ae35a14fd
commit cda07629ca

View File

@ -4028,7 +4028,7 @@ bot_killstreak_think()
continue; continue;
} }
if (randomInt(100) < 80) if (randomInt(100) < 80 && !self HasScriptGoal() && !self.bot_lock_goal)
self waittill_any_timeout( 15, "crate_physics_done" ); self waittill_any_timeout( 15, "crate_physics_done" );
self BotStopMoving(false); self BotStopMoving(false);