Impact sounds

This commit is contained in:
SDraw 2026-04-18 22:42:47 +03:00
parent 15de34c0bd
commit 2a06001100
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
23 changed files with 401 additions and 96 deletions

View file

@ -690,6 +690,9 @@ namespace ml_prm
m_lastRagdollPosition = m_puppetReferences.hips.position;
m_downTime = 0f;
if(Settings.ImpactSounds)
SoundManager.Instance.PlaySound(SoundManager.ImpactType.Hard);
m_ragdolled = true;
}
}