mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-22 10:15:44 +00:00
oops lmao
This commit is contained in:
parent
5ce9601424
commit
38adee73aa
@ -784,6 +784,7 @@ onBotSpawned()
|
|||||||
self thread bot_think_camp();
|
self thread bot_think_camp();
|
||||||
self thread bot_think_follow();
|
self thread bot_think_follow();
|
||||||
// grenade and claymore spots
|
// grenade and claymore spots
|
||||||
|
// use equipment
|
||||||
|
|
||||||
//sab and sd
|
//sab and sd
|
||||||
|
|
||||||
@ -1114,7 +1115,7 @@ bot_uav_think()
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
dist = self.pers["bots"]["skill"]["help_dist"];
|
dist = self.pers["bots"]["skill"]["help_dist"];
|
||||||
dist *= dist * 8;
|
dist *= 8;
|
||||||
|
|
||||||
for ( i = level.players.size - 1; i >= 0; i-- )
|
for ( i = level.players.size - 1; i >= 0; i-- )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user