mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-23 02:35:43 +00:00
k
This commit is contained in:
parent
e8193157c6
commit
1ff5f88daa
@ -2067,7 +2067,7 @@ bot_weapon_think()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(curWeap != "none" && self getAmmoCount(curWeap))
|
if(curWeap != "none" && self getAmmoCount(curWeap) && curWeap != "c4_mp")
|
||||||
{
|
{
|
||||||
if(randomInt(100) > self.pers["bots"]["behavior"]["switch"])
|
if(randomInt(100) > self.pers["bots"]["behavior"]["switch"])
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user