Skip to content

fix: Fix the sandman voice lines not playing.#984

Open
Trico-Everfire wants to merge 2 commits into
ValveSoftware:masterfrom
Trico-Everfire:fix/sandman-voice-lines
Open

fix: Fix the sandman voice lines not playing.#984
Trico-Everfire wants to merge 2 commits into
ValveSoftware:masterfrom
Trico-Everfire:fix/sandman-voice-lines

Conversation

@Trico-Everfire
Copy link
Copy Markdown

@Trico-Everfire Trico-Everfire commented Mar 10, 2025

Description

The Scout has voice lines related to stunning another player with the sandman ball.
These lines no longer trigger as Scout no longer stuns the enemy player's controls which it was specifically checked for. This was originally triggered by tf_player_shared.cpp's StunPlayer function. The trigger for the voice lines has now been moved into the ApplyBallImpactEffectOnVictim function to not break any existing logic related to the original StunPlayer function.

Before After
2025-03-10.22-37-43.1.mp4
2025-03-10.20-31-12.mp4

This would fix issue:
ValveSoftware/Source-1-Games#4467

…lance change involving the removal of TF_STUN_CONTROLS
Comment thread src/game/shared/tf/tf_weapon_bat.cpp Outdated
Co-authored-by: skmedix <3246162+skmedix@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants