From 4d71161cec5d69e9915a0a22ba5d3fd4a2bf4168 Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 13 Oct 2015 10:13:00 -0500 Subject: [PATCH] fixes and increased range on sledge/sword --- Sources/epoch_code/compile/EPOCH_fish.sqf | 2 +- Sources/epoch_config/Configs/CfgAmmo.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_code/compile/EPOCH_fish.sqf b/Sources/epoch_code/compile/EPOCH_fish.sqf index fed7eb96..5469dffd 100644 --- a/Sources/epoch_code/compile/EPOCH_fish.sqf +++ b/Sources/epoch_code/compile/EPOCH_fish.sqf @@ -22,7 +22,7 @@ if (surfaceIsWater _currentPos) then { _bobber = createVehicle ["Bobber_EPOCH",_currentPos, [], 0, "CAN_COLLIDE"]; EPOCH_TEMPOBJ_PVS = [_bobber]; - publicVariableServer "EPOCH_TEMPOBJ_PVS" + publicVariableServer "EPOCH_TEMPOBJ_PVS"; _bobber setPosASL _currentPos; _bobber setVariable ["EPOCH_bobberTime", diag_tickTime]; diff --git a/Sources/epoch_config/Configs/CfgAmmo.hpp b/Sources/epoch_config/Configs/CfgAmmo.hpp index d931a22a..df8facf9 100644 --- a/Sources/epoch_config/Configs/CfgAmmo.hpp +++ b/Sources/epoch_config/Configs/CfgAmmo.hpp @@ -66,7 +66,7 @@ class CfgAmmo maxRangeProbab = 2.5; explosive = 0; simulationStep = 0.001; - timeToLive = 0.004; + timeToLive = 0.005; soundHit[] = {"","db-90",1}; soundEngine[] = {"","db-80",4}; };