1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Grenades - Improve flashbang sound ()

This commit is contained in:
Will/KJW 2023-09-22 17:08:34 +01:00 committed by GitHub
parent 5eab95d984
commit 51e6134b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ params ["_projectile"];
TRACE_1("params",_projectile);
if (alive _projectile) then {
playSound3D ["A3\Sounds_F\weapons\Explosion\explosion_mine_1.wss", _projectile, false, getPosASL _projectile, 5, 1.2, 400];
playSound3D ["A3\Sounds_F\arsenal\explosives\grenades\Explosion_HE_grenade_01.wss", _projectile, false, getPosASL _projectile, 5, 1.2, 400];
["ace_flashbangExploded", [getPosASL _projectile]] call CBA_fnc_globalEvent;
};