File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -735,8 +735,7 @@ void CTFStunBall::ApplyBallImpactEffectOnVictim( CBaseEntity *pOther )
735735 flStunDuration += 2.0 ; // Extra two seconds of effect time if we're a critical hit.
736736 int iStunFlags = TF_STUN_MOVEMENT;
737737
738- bool bOldStun = tf_scout_stunball_old_stun.GetBool ();
739- if ( bOldStun )
738+ if ( tf_scout_stunball_old_stun.GetBool () )
740739 {
741740 if ( flLifeTimeRatio >= 1 .f )
742741 {
@@ -761,7 +760,7 @@ void CTFStunBall::ApplyBallImpactEffectOnVictim( CBaseEntity *pOther )
761760 }
762761 else if ( flLifeTimeRatio >= 0 .8f )
763762 {
764- flDamage *= 2 ;
763+ flDamage *= 1.5 ;
765764 flStunDuration += 1.0 ;
766765 iStunFlags |= TF_STUN_SPECIAL_SOUND;
767766 CTF_GameStats.Event_PlayerStunBall ( pOwner, false );
You can’t perform that action at this time.
0 commit comments