1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
This commit is contained in:
blaffer 2018-04-10 05:50:57 +02:00 committed by PabstMirror
parent 181d2ef5e1
commit 7634f4657b

@ -38,7 +38,7 @@ if (_unit == ACE_player) then {
// play scream sound
if (!isNil QEFUNC(medical,playInjuredSound)) then {
[_unit] call EFUNC(medical,playInjuredSound);
[_unit,_damage] call EFUNC(medical,playInjuredSound);
};
private _vehicle = vehicle _unit;