Skip to content

Commit

Permalink
Add radios to medic role until able to implement tag system
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 committed Apr 6, 2024
1 parent 0d329c0 commit 192bd9d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion cScripts/functions/init/fn_init_logistics.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -1737,8 +1737,19 @@ private _dataArray = [
["kat_TXA",0],

// Splints
["ACE_splint",0]
["ACE_splint",0],
//--------------------------

//Backpack
["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]
]],
["arsenal_role_cls",[
// Airway Management and Respiration
Expand Down

0 comments on commit 192bd9d

Please sign in to comment.