Update EPOCH_upgradeBUILD.sqf

This commit is contained in:
He-Man 2016-10-24 23:02:46 +02:00 committed by GitHub
parent 19c171aed1
commit 00a626604f

View File

@ -87,6 +87,7 @@ if (_object isKindOf "Constructions_static_F") then {
_buildingJammerRange = getNumber(_config2 >> "buildingJammerRange");
_maxdoors = getNumber(_config2 >> "maxdoors");
_maxgates = getNumber(_config2 >> "maxgates");
if (_buildingJammerRange == 0) then {_buildingJammerRange = 150};
if (_maxdoors == 0) then {_maxdoors = 12};
if (_maxgates == 0) then {_maxgates = 10};