oops lmao

This commit is contained in:
Your Name 2020-08-21 00:26:32 -06:00
parent 5ce9601424
commit 38adee73aa

View File

@ -784,6 +784,7 @@ onBotSpawned()
self thread bot_think_camp();
self thread bot_think_follow();
// grenade and claymore spots
// use equipment
//sab and sd
@ -1114,7 +1115,7 @@ bot_uav_think()
continue;
dist = self.pers["bots"]["skill"]["help_dist"];
dist *= dist * 8;
dist *= 8;
for ( i = level.players.size - 1; i >= 0; i-- )
{