Skip to content

Commit

Permalink
Fixed classnames for items and added missing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Oct 11, 2024
1 parent 7f6317e commit 6fb0e18
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions cScripts/cScripts_logistics.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@
["kat_naloxone",20],
["kat_carbonate",20],
["kat_Painkiller",40],
["kat_PenthroxItem",10],
["kat_Penthrox",10],

// Splints
["ACE_splint",40],
Expand Down Expand Up @@ -737,7 +737,7 @@
["kat_fentanyl",10],
["kat_ketamine",20],
["kat_nalbuphine",30],
["kat_PenthroxItem",20],
["kat_Penthrox",20],

// Airway Management and Respiration
["kat_aatKit",4],
Expand Down Expand Up @@ -1363,6 +1363,7 @@

// Medical
["ACE_EarPlugs",0],
["KAT_Katmin",0],

// Airway Management and Respiration
["kat_chestSeal",0],
Expand Down Expand Up @@ -1612,13 +1613,13 @@
["ACE_salineIV_250",0],
["ACE_salineIV_500",0],

["kat_epinephrineIV",0],

//Pills and Inhalants
["kat_Carbonate",0],
["kat_CarbonateItem",0],
["kat_naloxone",0],
["kat_Painkiller",0],
["kat_PainkillerItem",0],
["kat_PenthroxItem",0],
["kat_Penthrox",0],

// Massive Hemorrhage Control
["kat_reboa",0],
Expand Down Expand Up @@ -1710,13 +1711,13 @@
["ACE_salineIV_250",0],
["ACE_salineIV_500",0],

["kat_epinephrineIV",0],

//Pills and Inhalants
["kat_Carbonate",0],
["kat_CarbonateItem",0],
["kat_naloxone",0],
["kat_Painkiller",0],
["kat_PainkillerItem",0],
["kat_PenthroxItem",0],
["kat_Penthrox",0],

// Massive Hemorrhage Control
["ACE_tourniquet",0],
Expand Down

0 comments on commit 6fb0e18

Please sign in to comment.