mirror of
https://github.com/SDraw/ml_mods_cvr.git
synced 2026-05-07 09:37:01 +00:00
Impact sounds
This commit is contained in:
parent
15de34c0bd
commit
2a06001100
23 changed files with 401 additions and 96 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue