mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-22 18:25:44 +00:00
oops
This commit is contained in:
parent
65a91aacca
commit
02e72fb0b3
@ -931,16 +931,15 @@ bot_weapon_think()
|
||||
for(;;)
|
||||
{
|
||||
wait randomIntRange(2, 4);
|
||||
|
||||
if(self BotIsFrozen())
|
||||
continue;
|
||||
|
||||
if(self IsBotReloading() || self IsBotSmoking() || self IsBotFragging())
|
||||
continue;
|
||||
|
||||
if(self isDefusing() || self isPlanting())
|
||||
continue;
|
||||
|
||||
curWeap = self GetCurrentWeapon();
|
||||
if (!isWeaponDroppable(curWeap))
|
||||
continue;
|
||||
|
||||
hasTarget = self hasThreat();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user