diff --git a/src/game/server/tf/tf_obj_sentrygun.cpp b/src/game/server/tf/tf_obj_sentrygun.cpp index d5ec343de..aa261cbac 100644 --- a/src/game/server/tf/tf_obj_sentrygun.cpp +++ b/src/game/server/tf/tf_obj_sentrygun.cpp @@ -1367,6 +1367,7 @@ bool CObjectSentrygun::FireRocket() // Setup next rocket shot if ( m_bPlayerControlled ) { + AddGesture( ACT_RANGE_ATTACK2, 2.25, true ); m_flNextRocketAttack = gpGlobals->curtime + 2.25; } else