minor bot script related fixes

I also included a plutonium specific fix for the bot difficulty to work.
This commit is contained in:
JezuzLizard
2020-04-30 21:56:02 -07:00
parent 0e620dcd6f
commit 6d2b484585
4 changed files with 2601 additions and 9 deletions

View File

@ -1017,7 +1017,7 @@ bot_weapon_ammo_frac() //checked matches cerberus output
bot_select_weapon() //checked partially changed to match cerberus output did not change while loop to foreach see github for more info
{
if ( !self isthrowinggrenade() || self isswitchingweapons() && self isreloading() )
if ( !self isthrowinggrenade() || self isswitchingweapons() || self isreloading() )
{
return;
}