mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-08-12 18:43:18 +03:00
Update vanilla fence damage
Vanilla commits: https://github.com/DayZMod/DayZ/commit/b56d85eb99ddb2e419864608b9098a5e96c0f7f6 https://github.com/DayZMod/DayZ/commit/2eb963dc3f381ece6496c129fa42b4b0b1baa90c https://github.com/DayZMod/DayZ/commit/8b4a985cf632d0b0d14ca3e558c89729abeec5b0
This commit is contained in:
@@ -231,6 +231,8 @@ _object_maintenance = {
|
||||
_accessArray = _object getVariable ["dayz_padlockCombination",[]];
|
||||
_variables set [count _variables, ["ownerArray", _ownerArray]];
|
||||
_variables set [count _variables, ["padlockCombination", _accessArray]];
|
||||
|
||||
_object setDamage 0;
|
||||
|
||||
if (_objectID == "0") then {
|
||||
//_key = format["CHILD:309:%1:%2:",_objectUID,_ownerArray];
|
||||
|
||||
Reference in New Issue
Block a user