#894 allow tanktraps on road, global toggle on road building

This commit is contained in:
HARLAN
2013-12-13 14:16:18 -05:00
parent c96eb55d20
commit 5400ea5537

View File

@@ -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"]];