mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Grenades - Remove ref to missing audio (#7928)
* Remove ref to missing audio * Removing unused dummy files
This commit is contained in:
parent
aa74178702
commit
d19bdceda1
@ -178,8 +178,6 @@ class CfgAmmo {
|
|||||||
indirectHit = 3000;
|
indirectHit = 3000;
|
||||||
indirectHitRange = 5;
|
indirectHitRange = 5;
|
||||||
defaultMagazine = "ACE_SatchelCharge_Remote_Mag_Throwable";
|
defaultMagazine = "ACE_SatchelCharge_Remote_Mag_Throwable";
|
||||||
soundHit1[] = {"A3\Sounds_F\arsenal\explosives\bombs\Explosion_satchel_01", 3.16228, 1, 1500};
|
|
||||||
soundHit2[] = {"A3\Sounds_F\arsenal\explosives\bombs\Explosion_satchel_02", 3.16228, 1, 1500};
|
|
||||||
multiSoundHit[] = {"soundHit1", 0.5, "soundHit2", 0.5};
|
multiSoundHit[] = {"soundHit1", 0.5, "soundHit2", 0.5};
|
||||||
ExplosionEffects = "MineNondirectionalExplosion";
|
ExplosionEffects = "MineNondirectionalExplosion";
|
||||||
CraterEffects = "MineNondirectionalCrater";
|
CraterEffects = "MineNondirectionalCrater";
|
||||||
@ -207,7 +205,6 @@ class CfgAmmo {
|
|||||||
hit = 500;
|
hit = 500;
|
||||||
indirectHit = 500;
|
indirectHit = 500;
|
||||||
defaultMagazine = "ACE_DemoCharge_Remote_Mag_Throwable";
|
defaultMagazine = "ACE_DemoCharge_Remote_Mag_Throwable";
|
||||||
soundHit[] = {"A3\Sounds_F\arsenal\explosives\bombs\Explosive_Charge", 3.16228, 1, 1500};
|
|
||||||
ExplosionEffects = "MineNondirectionalExplosionSmall";
|
ExplosionEffects = "MineNondirectionalExplosionSmall";
|
||||||
CraterEffects = "MineNondirectionalCraterSmall";
|
CraterEffects = "MineNondirectionalCraterSmall";
|
||||||
whistleDist = 32;
|
whistleDist = 32;
|
||||||
|
Loading…
Reference in New Issue
Block a user