Skip to content

Commit

Permalink
Grenades - Remove ref to missing audio (#7928)
Browse files Browse the repository at this point in the history
* Remove ref to missing audio

* Removing unused dummy files
  • Loading branch information
Cyruz143 committed Oct 9, 2020
1 parent aa74178 commit d19bdce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addons/grenades/CfgAmmo.hpp
Expand Up @@ -178,8 +178,6 @@ class CfgAmmo {
indirectHit = 3000;
indirectHitRange = 5;
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};
ExplosionEffects = "MineNondirectionalExplosion";
CraterEffects = "MineNondirectionalCrater";
Expand Down Expand Up @@ -207,7 +205,6 @@ class CfgAmmo {
hit = 500;
indirectHit = 500;
defaultMagazine = "ACE_DemoCharge_Remote_Mag_Throwable";
soundHit[] = {"A3\Sounds_F\arsenal\explosives\bombs\Explosive_Charge", 3.16228, 1, 1500};
ExplosionEffects = "MineNondirectionalExplosionSmall";
CraterEffects = "MineNondirectionalCraterSmall";
whistleDist = 32;
Expand Down
Empty file.
Empty file.
Empty file.

0 comments on commit d19bdce

Please sign in to comment.