mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-26 07:34:50 +00:00
Bots use assassin pro
This commit is contained in:
parent
2d94fae8e6
commit
8679a97ac6
@ -3235,11 +3235,15 @@ bot_uav_think()
|
||||
if(self.pers["bots"]["skill"]["base"] <= 1)
|
||||
continue;
|
||||
|
||||
hasAssPro = self _hasPerk("specialty_spygame");
|
||||
if (!hasAssPro)
|
||||
{
|
||||
if (self isEMPed() || self.bot_isScrambled || self isNuked())
|
||||
continue;
|
||||
|
||||
if ((level.teamBased && level.activeCounterUAVs[level.otherTeam[self.team]]) || (!level.teamBased && self.isRadarBlocked))
|
||||
continue;
|
||||
}
|
||||
|
||||
hasRadar = ((level.teamBased && level.activeUAVs[self.team]) || (!level.teamBased && level.activeUAVs[self.guid]));
|
||||
if( level.hardcoreMode && !hasRadar )
|
||||
|
Loading…
x
Reference in New Issue
Block a user