This commit is contained in:
INeedBots 2021-02-12 13:15:34 -06:00
parent 495e0c3579
commit 0093e1bdf8
2 changed files with 2 additions and 2 deletions

View File

@ -2437,7 +2437,7 @@ bot_uav_think()
self SetBotGoal( g.origin, 128 );
if (self waittill_any_return( "goal", "bad_path", "new_goal" ) != "new_goal")
self ClearScriptGoal();
self ClearBotGoal();
shouldContinue = true;
break;

View File

@ -763,7 +763,7 @@ watch_decoy(g)
*/
watch_scrambler()
{
trig = spawn( "trigger_radius", self.origin + (0, 0, -1000), 0, 1000, 2000 );;
trig = spawn( "trigger_radius", self.origin + (0, 0, -1000), 0, 1000, 2000 );
self scramble_nearby(trig);