diff --git a/src/game/shared/tf/tf_weapon_bat.cpp b/src/game/shared/tf/tf_weapon_bat.cpp index f4452d28ad0..76b2172695b 100644 --- a/src/game/shared/tf/tf_weapon_bat.cpp +++ b/src/game/shared/tf/tf_weapon_bat.cpp @@ -759,6 +759,10 @@ void CTFStunBall::ApplyBallImpactEffectOnVictim( CBaseEntity *pOther ) { pPlayer->m_Shared.StunPlayer( flStunDuration, flStunAmount, iStunFlags, pOwner ); +#ifdef GAME_DLL + pOwner->SpeakConceptIfAllowed( MP_CONCEPT_STUNNED_TARGET ); +#endif + if ( pPlayer->GetUserID() == m_iOriginalOwnerID ) { // We just stunned a scout with their own ball.