Merge branch 'main' into inv_expan

This commit is contained in:
2024-01-30 17:03:36 -08:00
32 changed files with 1282 additions and 233 deletions

View File

@@ -9,6 +9,9 @@ if (!isServer) then {
}] call CBA_fnc_addEventHandler;
};
// define milsim_resupply_crateDefinitions
call milsim_fnc_crateDefinitions;
["InitializePlayer", [player, true]] call BIS_fnc_dynamicGroups;
nil;

View File

@@ -1,5 +1,8 @@
if (!isServer) exitWith {};
// define milsim_resupply_crateDefinitions
call milsim_fnc_crateDefinitions;
_fixedAssets = [
["Ares", "USAF_A10", 0],
["Odyssey", "RHSGREF_A29B_HIDF", 0],
@@ -50,6 +53,8 @@ missionNamespace setVariable ["milsim_var_rotaryAssets", _rotaryAssets];
publicVariable "milsim_var_fixedAssets";
publicVariable "milsim_var_rotaryAssets";
// Initializes the Dynamic Groups framework and groups
["Initialize", [true]] call BIS_fnc_dynamicGroups;