mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-04-20 00:42:53 +00:00
Fixes
This commit is contained in:
parent
495e0c3579
commit
0093e1bdf8
@ -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;
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user