Update vanilla chop wood and mine stone tool break chance

Vanilla commits applied:

https://github.com/DayZMod/DayZ/commit/50107678494d481d1944a465faa0eeb9f7325936

https://github.com/DayZMod/DayZ/commit/ac39f46a8c5bd0c3eeb908e4ac147f7762027a47
This commit is contained in:
ebaydayz
2016-10-15 17:15:31 -04:00
parent f21b4f0f41
commit 84d58a5932
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ if (count _findNearestTree > 0) then {
if(_finished) then {
_breaking = false;
if (dayz_toolBreaking && {[0.04] call fn_chance}) then {
if (dayz_toolBreaking && {[0.09] call fn_chance}) then {
_breaking = true;
if ("MeleeHatchet" in weapons player) then {
player removeWeapon "MeleeHatchet";
+1 -1
View File
@@ -73,7 +73,7 @@ if (!isNull _findNearestRock) then {
if(_finished) then {
_breaking = false;
if (dayz_toolBreaking && {[0.04] call fn_chance}) then {
if (dayz_toolBreaking && {[0.09] call fn_chance}) then {
_breaking = true;
if ("MeleePickaxe" in weapons player) then {
player removeWeapon "MeleePickaxe";