Fixed bots using bombs

This commit is contained in:
ineed bots 2022-05-02 15:23:01 -06:00
parent d98a0dbce9
commit 9be5b7e612

View File

@ -594,6 +594,9 @@ watchPickupGun()
{
wait 1;
if ( self UseButtonPressed() )
continue;
weap = self GetCurrentWeapon();
if ( weap != "none" && self GetAmmoCount( weap ) )