mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-04-20 08:45:42 +00:00
Fixes
This commit is contained in:
parent
495e0c3579
commit
0093e1bdf8
@ -2437,7 +2437,7 @@ bot_uav_think()
|
|||||||
self SetBotGoal( g.origin, 128 );
|
self SetBotGoal( g.origin, 128 );
|
||||||
|
|
||||||
if (self waittill_any_return( "goal", "bad_path", "new_goal" ) != "new_goal")
|
if (self waittill_any_return( "goal", "bad_path", "new_goal" ) != "new_goal")
|
||||||
self ClearScriptGoal();
|
self ClearBotGoal();
|
||||||
|
|
||||||
shouldContinue = true;
|
shouldContinue = true;
|
||||||
break;
|
break;
|
||||||
|
@ -763,7 +763,7 @@ watch_decoy(g)
|
|||||||
*/
|
*/
|
||||||
watch_scrambler()
|
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);
|
self scramble_nearby(trig);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user