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
897653f8ee
commit
19c171aed1
@ -87,6 +87,8 @@ if (_object isKindOf "Constructions_static_F") then {
|
||||
_buildingJammerRange = getNumber(_config2 >> "buildingJammerRange");
|
||||
_maxdoors = getNumber(_config2 >> "maxdoors");
|
||||
_maxgates = getNumber(_config2 >> "maxgates");
|
||||
if (_maxdoors == 0) then {_maxdoors = 12};
|
||||
if (_maxgates == 0) then {_maxgates = 10};
|
||||
|
||||
_upgrades = getArray(_config >> (typeOf _object) >> "upgradeBuilding");
|
||||
if !(_upgrades isEqualTo []) then {
|
||||
|
Loading…
Reference in New Issue
Block a user