From 47052aa2fd013b7bcdb51e1b7c302daf4b7a488e Mon Sep 17 00:00:00 2001 From: Zarenx <111392464+Zarenx@users.noreply.github.com> Date: Sat, 20 Jul 2024 14:43:19 +0200 Subject: [PATCH] Update fn_setupLoadoutCategories.sqf --- .../functions/systems/fn_setupLoadoutCategories.sqf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cScripts/functions/systems/fn_setupLoadoutCategories.sqf b/cScripts/functions/systems/fn_setupLoadoutCategories.sqf index 085ca7d80..9b94d668c 100644 --- a/cScripts/functions/systems/fn_setupLoadoutCategories.sqf +++ b/cScripts/functions/systems/fn_setupLoadoutCategories.sqf @@ -51,8 +51,8 @@ if (_aceCategory == "ACE_SelfActions") then { [_object, "cScripts_Loadout_Cat_Bravo", "Bravo Co.", "", [_aceCategory, _mainCategory]] call FUNC(createActionCategory); [_object, "cScripts_Loadout_Cat_Bravo_Leadership", "Leadership", _leadIcon, [_aceCategory, _mainCategory]] call FUNC(createActionCategory); [_object, "cScripts_Loadout_Cat_Bravo_Viking_Leadership", "Viking Leadership", _leadIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Bravo"]] call FUNC(createActionCategory); -[_object, "cScripts_Loadout_Cat_Bravo_Viking_Rifle_Squad","Viking Squad", _squadIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Bravo"]] call FUNC(createActionCategory); -[_object, "cScripts_Loadout_Cat_Bravo_Viking_Weapons", "Viking Weapons", _speciIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Bravo"]] call FUNC(createActionCategory); +[_object, "cScripts_Loadout_Cat_Bravo_Viking_Rifle_Squad","Rifle Squad", _squadIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Bravo"]] call FUNC(createActionCategory); +[_object, "cScripts_Loadout_Cat_Bravo_Viking_Weapons", "Weapons Squad", _speciIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Bravo"]] call FUNC(createActionCategory); [_object, "cScripts_Loadout_Cat_Bravo_Atlas", "Atlas", _iconMedic, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Bravo"]] call FUNC(createActionCategory); [_object, "cScripts_Loadout_Cat_Bravo_Tank", "Tank", _iconTank, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Bravo"]] call FUNC(createActionCategory); [_object, "cScripts_Loadout_Cat_Bravo_IFV", "IFV", _iconIfv, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Bravo"]] call FUNC(createActionCategory); @@ -60,10 +60,10 @@ if (_aceCategory == "ACE_SelfActions") then { [_object, "cScripts_Loadout_Cat_Bravo_Special", "Special", _speciIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Bravo"]] call FUNC(createActionCategory); [_object, "cScripts_Loadout_Cat_Charlie", "Charlie Co.", "", [_aceCategory, _mainCategory]] call FUNC(createActionCategory); [_object, "cScripts_Loadout_Cat_Charlie_Leadership", "Leadership", _leadIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Charlie"]] call FUNC(createActionCategory); -[_object, "cScripts_Loadout_Cat_Charlie_Rifle_Squad", "Squad", _squadIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Charlie"]] call FUNC(createActionCategory); +[_object, "cScripts_Loadout_Cat_Charlie_Rifle_Squad", "Rifle Squad", _squadIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Charlie"]] call FUNC(createActionCategory); [_object, "cScripts_Loadout_Cat_Charlie_Bandit_Squad", "Bandit Squad", _squadIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Charlie"]] call FUNC(createActionCategory); [_object, "cScripts_Loadout_Cat_Charlie_Misfit_Squad", "Misfit Squad", _squadIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Charlie"]] call FUNC(createActionCategory); -[_object, "cScripts_Loadout_Cat_Charlie_Weapons", "Weapons", _speciIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Charlie"]] call FUNC(createActionCategory); +[_object, "cScripts_Loadout_Cat_Charlie_Weapons", "Weapons Squad", _speciIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Charlie"]] call FUNC(createActionCategory); [_object, "cScripts_Loadout_Cat_Charlie_Special", "Special", _speciIcon, [_aceCategory, _mainCategory, "cScripts_Loadout_Cat_Charlie"]] call FUNC(createActionCategory); [_object, "cScripts_Loadout_Cat_Training", "Training", "", [_aceCategory, _mainCategory]] call FUNC(createActionCategory); @@ -72,4 +72,4 @@ if (_aceCategory == "ACE_SelfActions") then { [_object, "cScripts_Loadout_Cat_Other_Russian", "Russian", "", [_aceCategory, _mainCategory]] call FUNC(createActionCategory); [_object, "cScripts_Loadout_Cat_Other_Insurgent", "Insurgent", "", [_aceCategory, _mainCategory]] call FUNC(createActionCategory); -_mainCategory \ No newline at end of file +_mainCategory