mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 09:00:50 +03:00
Update vanilla player build
Vanilla development commits applied:a2193626a0deb72076722de1d90edd8a914606cf
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user