[TF] Allow TFBots to use the Wrap Assassin's alt-fire
This commit is contained in:
parent
5fe202c549
commit
db05fc9904
|
|
@ -4597,7 +4597,7 @@ Action< CTFBot > *CTFBot::OpportunisticallyUseWeaponAbilities( void )
|
|||
}
|
||||
}
|
||||
}
|
||||
else if ( weapon->GetWeaponID() == TF_WEAPON_BAT_WOOD )
|
||||
else if ( weapon->GetWeaponID() == TF_WEAPON_BAT_WOOD || weapon->GetWeaponID() == TF_WEAPON_BAT_GIFTWRAP )
|
||||
{
|
||||
// sandman
|
||||
if ( GetAmmoCount( TF_AMMO_GRENADES1 ) > 0 )
|
||||
|
|
|
|||
Loading…
Reference in New Issue