mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2026-01-25 00:32:37 +01:00
Make sentry perform rocket fire gesture when player controlled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user