mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2026-01-25 08:42:36 +01:00
[TF] Allow TFBots to use the Wrap Assassin's alt-fire
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user