fixed bombs

This commit is contained in:
ineed bots 2022-05-02 15:27:34 -06:00
parent af95d81775
commit e667067a6f

View File

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