This commit is contained in:
INeedBots 2020-11-12 03:42:16 -06:00
parent 455a2564a2
commit 213cd0bc0a

View File

@ -1137,6 +1137,9 @@ bot_killstreak_think()
else if(self.pers["bots"]["skill"]["base"] <= 3)
targetPos = self.origin + (randomIntRange(-512, 512), randomIntRange(-512, 512), 0);
break;
default:
continue;
}
isAirstrikePos = isDefined(targetPos);