mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_upgradeBUILD.sqf
This commit is contained in:
parent
19c171aed1
commit
00a626604f
@ -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};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user