From ad1e54af583a4432996070a2eb6ebf0178cb005c Mon Sep 17 00:00:00 2001 From: A Man Date: Tue, 16 Aug 2016 00:38:59 +0200 Subject: [PATCH] Updating for more wood Updating for more wood from trees like in 1051. --- SQF/dayz_code/compile/player_harvest.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/player_harvest.sqf b/SQF/dayz_code/compile/player_harvest.sqf index bc4d42929..5085689f0 100644 --- a/SQF/dayz_code/compile/player_harvest.sqf +++ b/SQF/dayz_code/compile/player_harvest.sqf @@ -29,7 +29,7 @@ if (_ammo isKindOf "Hatchet_Swing_Ammo" || _ammo isKindOf "Chainsaw_Swing_Ammo") // damage must be going down _damage = damage _tree; if (DZE_TEMP_treedmg < _damage) then { - if (_damage < 0.99 && {(random 1) > 0.7}) then { + if (_damage < 0.99 && {(random 1) > 0.9}) then { PVDZ_objgather_Knockdown = [_tree,player]; // Ask server to setDamage on tree publicVariableServer "PVDZ_objgather_Knockdown"; };