From 5400ea5537f17706f1e21c93525b5597fc3516a0 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Fri, 13 Dec 2013 14:16:18 -0500 Subject: [PATCH] #894 allow tanktraps on road, global toggle on road building --- SQF/dayz_code/init/variables.sqf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SQF/dayz_code/init/variables.sqf b/SQF/dayz_code/init/variables.sqf index 95b5b37a6..0552d1353 100644 --- a/SQF/dayz_code/init/variables.sqf +++ b/SQF/dayz_code/init/variables.sqf @@ -457,6 +457,9 @@ if(isNil "DZE_HumanityTargetDistance") then { if(isNil "DZE_FriendlySaving") then { DZE_FriendlySaving = true; }; +if(isNil "DZE_BuildOnRoads") then { + DZE_BuildOnRoads = false; +}; DZE_REPLACE_WEAPONS = [["Crossbow","ItemMatchbox","ItemHatchet"],["Crossbow_DZ","ItemMatchbox_DZE","ItemHatchet_DZE"]];