Update vanilla building

Vanilla commit:

https://github.com/DayZMod/DayZ/commit/5604a8820bb2d1f6ae3459a92fbefa6cc93fe3c0
This commit is contained in:
ebayShopper
2017-03-19 16:59:41 -04:00
parent 53158a11ed
commit 3d8814bc33
4 changed files with 12 additions and 8 deletions
@@ -27,7 +27,7 @@
position="action";
radius = 3.0;
onlyForPlayer = 1;
condition = "alive this";
condition = "!dayz_actionInProgress && (alive this)";
statement = "this spawn object_dismantle;";
};
};
@@ -28,7 +28,7 @@
position="action";
radius = 2.7;
onlyForPlayer = 1;
condition = "alive this";
condition = "!dayz_actionInProgress && (alive this)";
statement = "this spawn object_dismantle;";
};
};
@@ -26,7 +26,7 @@
position="action";
radius = 3.0;
onlyForPlayer = 1;
condition = "alive this";
condition = "!dayz_actionInProgress && (alive this)";
statement = "this spawn object_dismantle;";
};
};