mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
0.3.8.0440
This commit is contained in:
parent
dabb8ff068
commit
a80068d588
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
build=439;
|
||||
build=440;
|
||||
|
@ -1 +1 @@
|
||||
build=439;
|
||||
build=440;
|
||||
|
@ -51,7 +51,8 @@ if (_class isKindOf 'Constructions_lockedstatic_F') then {
|
||||
_gwh = createVehicle["groundWeaponHolder", _posWH, [], 0, "CAN_COLLIDE"];
|
||||
_gwh setPosATL _posWH;
|
||||
|
||||
_returnItems = getArray(configFile >> "CfgBaseBuilding" >> _class >> "returnOnPack");
|
||||
_config = 'CfgBaseBuilding' call EPOCH_returnConfig;
|
||||
_returnItems = getArray(_config >> _class >> "returnOnPack");
|
||||
{
|
||||
_gwh addMagazineCargoGlobal _x;
|
||||
} forEach _returnItems;
|
||||
|
@ -1 +1 @@
|
||||
build=439;
|
||||
build=440;
|
||||
|
@ -1 +1 @@
|
||||
build=439;
|
||||
build=440;
|
||||
|
Loading…
Reference in New Issue
Block a user