mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Add harder penalties for wrong combination on doors, More spelling mistakes. (#1847)
* More spelling mistakes Further to commit: https://github.com/oiad/DayZ-Epoch/commit/0e938ba8f36b2631b98da1bdbfd3d6d578432110 * Add harder penalties for wrong combination on doors This adds a variable (DZE_doorManagementHarderPenalty) to make attempts at code breaking doors harder. This will exponentially increment the time between attempts or if you set it to false will make it 5 seconds between attempts. Unlike the original (that was useless TBH) this will actually lock out the combo lock UI until the timer is set. Will reset completely after 120 seconds. * Add German translations * Resolve merge conflict * Resolve merge conflict
This commit is contained in:
@@ -716,4 +716,5 @@ if (!isDedicated) then {
|
||||
DZE_myVehicle = objNull;
|
||||
dayz_groupNameTags = true;
|
||||
dayz_minusDownTime = 0;
|
||||
dayz_lastCodeFail = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user