Update vanilla player build

Vanilla development commits applied:

a2193626a0

deb7207672

2de1d90edd

8a914606cf
This commit is contained in:
ebaydayz
2016-08-21 11:58:32 -04:00
parent f0e0f6d6e4
commit fd90eda8ae
5 changed files with 12 additions and 15 deletions

View File

@@ -99,7 +99,7 @@ while {_isOk} do {
};
if (_isWoodenGate) then {
if ([0.06] call fn_chance) then {
if ([0.04] call fn_chance) then {
_isOk = false;
_proceed = true;
_brokein = true;

View File

@@ -17,7 +17,7 @@ _item = _this select 0;
_action = _this select 1;
_classType = "ItemActions";
diag_log (_item);
//diag_log (_item);
if (count _this > 2) then {
_classType = _this select 2;
@@ -285,7 +285,7 @@ while {r_action_count != 0 and Dayz_constructionContext select 4} do {
// check now that ghost is not colliding
call _checkBuildingCollision;
diag_log ("Collision Test");
//diag_log ("Collision Test");
};
// try to dock a beam from current ghost to another beams nearby