mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-03-14 19:36:56 +00:00
small fix
This commit is contained in:
parent
9713ac71b7
commit
a0380ed024
@ -2658,9 +2658,8 @@ follow_target_loop()
|
||||
if ( randomInt( 100 ) > 50 )
|
||||
return;
|
||||
|
||||
self thread stop_go_target_on_death( threat );
|
||||
|
||||
self SetBotGoal( threat.origin, 64 );
|
||||
self thread stop_go_target_on_death( threat );
|
||||
|
||||
if ( self waittill_any_return( "new_goal", "goal", "bad_path" ) != "new_goal" )
|
||||
self ClearBotGoal();
|
||||
|
Loading…
x
Reference in New Issue
Block a user