Readd crossbow reload sound

Vanilla commit:

c4e9b85e7d
This commit is contained in:
ebayShopper
2017-06-10 12:09:22 -04:00
parent ddd66777df
commit 5864bbcbf8
2 changed files with 5 additions and 1 deletions

View File

@@ -34,7 +34,10 @@ class Crossbow_Base : Rifle
dexterity = 1.6;
magazineReloadTime = 0;
reloadMagazineSound[] = {"", 1, 1};
//reloadMagazineSound[] = {"", 1, 1};
//reloadMagazineSound[] = {"\ca\Weapons\Data\Sound\FAL_reload", 0.316228, 1, 20};
//reloadMagazineSound[] = {"\ca\sounds\weapons\rifles\M1014-reload", 0.316228, 1, 20};
reloadMagazineSound[] = {"ca\sounds\weapons\rifles\reload-m16-3", 0.0562341, 1, 20};
handAnim[] = {"OFP2_ManSkeleton", "\Ca\weapons\data\Anim\Bizon.rtm"};
distanceZoomMin = 20;
distanceZoomMax = 20;