Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/game/shared/tf/tf_weapon_bat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Comment thread
Trico-Everfire marked this conversation as resolved.
Outdated
#endif

if ( pPlayer->GetUserID() == m_iOriginalOwnerID )
{
// We just stunned a scout with their own ball.
Expand Down