From db05fc9904a616307716fd293c8bfd191ea12980 Mon Sep 17 00:00:00 2001 From: Bitl Date: Sun, 27 Jul 2025 12:38:56 -0700 Subject: [PATCH] [TF] Allow TFBots to use the Wrap Assassin's alt-fire --- src/game/server/tf/bot/tf_bot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/server/tf/bot/tf_bot.cpp b/src/game/server/tf/bot/tf_bot.cpp index ae235092c..c1973990f 100644 --- a/src/game/server/tf/bot/tf_bot.cpp +++ b/src/game/server/tf/bot/tf_bot.cpp @@ -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 )