mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
#894 allow tanktraps on road, global toggle on road building
This commit is contained in:
@@ -457,6 +457,9 @@ if(isNil "DZE_HumanityTargetDistance") then {
|
|||||||
if(isNil "DZE_FriendlySaving") then {
|
if(isNil "DZE_FriendlySaving") then {
|
||||||
DZE_FriendlySaving = true;
|
DZE_FriendlySaving = true;
|
||||||
};
|
};
|
||||||
|
if(isNil "DZE_BuildOnRoads") then {
|
||||||
|
DZE_BuildOnRoads = false;
|
||||||
|
};
|
||||||
|
|
||||||
DZE_REPLACE_WEAPONS = [["Crossbow","ItemMatchbox","ItemHatchet"],["Crossbow_DZ","ItemMatchbox_DZE","ItemHatchet_DZE"]];
|
DZE_REPLACE_WEAPONS = [["Crossbow","ItemMatchbox","ItemHatchet"],["Crossbow_DZ","ItemMatchbox_DZE","ItemHatchet_DZE"]];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user