Skip to content

Commit

Permalink
Fixed LR for ATLAS and PLMedic
Browse files Browse the repository at this point in the history
- Added in the missing long range radio for ATLAS and PLMedic arsenal whitelist.
  • Loading branch information
Zarenx committed Oct 11, 2023
1 parent cf50c5b commit 7ae5ca9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cScripts/Loadouts/CfgLoadouts_Bravo_Viking.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Cav_B_B_Scout_PlatoonSergeant_F: Cav_B_B_Scout_Officer_F {
abilityEngineer = 1;
};

class Cav_B_B_Scout_PlatoonMedic_F: Cav_B_B_Scout_Base_F {
class Cav_B_B_Scout_PlatoonMedic_F: Cav_B_B_Scout_Officer_F {
displayName = "Viking Platoon Medic";
category[] += {"cScripts_Loadout_Cat_Bravo_Viking_Leadership"};
scope = 2;
Expand Down
2 changes: 1 addition & 1 deletion cScripts/Loadouts/CfgLoadouts_Charlie_Squad.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Cav_B_C_Drone_Operator_F_Local: Cav_B_C_Officer_F {
scope = 2;
loadout = [["rhs_weap_m4a1_blockII_KAC","rhsusf_acc_SF3P556","rhsusf_acc_anpeq15","rhsusf_acc_ACOG_RMR",["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan",30],[],""],[],[],["USP_G3C_RS_CU_KP_OR_MC",[["ACE_tourniquet",4],["kat_Painkiller",2,10],["ACE_Flashlight_XL50",1],["ACE_MapTools",1],["ACE_microDAGR",1],["ACE_packingBandage",14],["ACE_splint",2],["ACE_EarPlugs",1]]],["USP_CRYE_JPC_TLB",[["USP_PVS15",1],["ACE_EntrenchingTool",1],["SmokeShell",4,1],["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan",9,30],["HandGrenade",2,1],["SmokeShellBlue",2,1],["SmokeShellPurple",1,1]]],["B_rhsusf_B_BACKPACK",[]],"USP_OPSCORE_FASTMTC_CGSW","USP_MFRAME_TAN",[],["ItemMap","ItemAndroid","","ItemCompass","ACE_Altimeter",""]];
};
class Cav_B_C_PlatoonMedic_F: Cav_B_Charlie_base_F {
class Cav_B_C_PlatoonMedic_F: Cav_B_C_Officer_F {
displayName = "$STR_Cav_Charlie_Characters_C_PlatoonMedic";
category[] += {"cScripts_Loadout_Cat_Charlie_Leadership"};
scope = 2;
Expand Down
22 changes: 20 additions & 2 deletions cScripts/functions/init/fn_init_logistics.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,27 @@ private _dataArray = [
// Tools and Items
["ACE_wirecutter",10],
["ACE_EntrenchingTool",20],
["ACE_IR_Strobe_Item",20],
["ACE_IR_Strobe_Item",20],

// Medical
["ACE_EarPlugs",250]
["ACE_EarPlugs",250],

// Backpacks
["B_Carryall_mcamo", 0],
["B_UAV_01_backpack_F", 0],
["B_Kitbag_mcamo", 0],
["UK3CB_B_Backpack_Pocket_OLI", 0],
["UK3CB_B_Backpack_Pocket", 0],
["B_rhsusf_B_BACKPACK", 0],
["USP_TACTICAL_PACK_CCT", 0],
["USP_TACTICAL_PACK_CCT2", 0],
["USP_TACTICAL_PACK_CCT3", 0],
["USP_TACTICAL_PACK_CCT4", 0],
["USP_TACTICAL_PACK_CCT5", 0],
["USP_TACTICAL_PACK_CCT6", 0],
["USP_TACTICAL_PACK_CCT7", 0],
["USP_TACTICAL_PACK_CCT8", 0],
["UK3CB_US_B_B_RIF_OCP_Radio", 0]
]],

["charlie_company", [
Expand Down

0 comments on commit 7ae5ca9

Please sign in to comment.