This commit is contained in:
INeedBots 2020-11-28 01:37:34 -06:00
parent e8193157c6
commit 1ff5f88daa

View File

@ -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"])
continue;