mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
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:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user