Skip to content

Commit dfcf1ff

Browse files
horiuchiiEricS-Valve
authored andcommitted
Make sentry perform rocket fire gesture when player controlled
1 parent a85998a commit dfcf1ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/game/server/tf/tf_obj_sentrygun.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,7 @@ bool CObjectSentrygun::FireRocket()
13671367
// Setup next rocket shot
13681368
if ( m_bPlayerControlled )
13691369
{
1370+
AddGesture( ACT_RANGE_ATTACK2, 2.25, true );
13701371
m_flNextRocketAttack = gpGlobals->curtime + 2.25;
13711372
}
13721373
else

0 commit comments

Comments
 (0)