Skip to content

Commit

Permalink
Corrected fluid levels in cScripts_logistics
Browse files Browse the repository at this point in the history
  • Loading branch information
blakehhh committed Oct 12, 2024
1 parent 8a65e85 commit fb6e684
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions cScripts/cScripts_logistics.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,11 @@
["ACE_tourniquet",50],

// Fluids
["ACE_plasmaIV",20],
["ACE_plasmaIV_500",20],
["ACE_bloodIV",20],
["ACE_bloodIV_500",20],
["ACE_plasmaIV",4],
["ACE_plasmaIV_500",8],
["ACE_salineIV_500",4],
["ACE_bloodIV",4],
["ACE_bloodIV_500",8],

// IV & IO Catheters
["kat_IO_FAST",10],
Expand Down Expand Up @@ -520,11 +521,12 @@
["ACE_tourniquet",20],

// Fluids
["ACE_plasmaIV",30],
["ACE_plasmaIV_500",30],
["ACE_salineIV_250",20],
["ACE_bloodIV",20],
["ACE_bloodIV_500",20],
["ACE_plasmaIV",10],
["ACE_plasmaIV_500",15],
["ACE_salineIV_500",4],
["ACE_salineIV_250",10],
["ACE_bloodIV",10],
["ACE_bloodIV_500",15],

// IV & IO Catheters
["kat_IO_FAST",20],
Expand Down Expand Up @@ -766,9 +768,12 @@
["kat_reboa",10],

// Fluids
["ACE_plasmaIV",30],
["ACE_plasmaIV_500",30],
["ACE_salineIV_250",20],
["ACE_plasmaIV",10],
["ACE_plasmaIV_500",15],
["ACE_salineIV_500",4],
["ACE_salineIV_250",12],
["ACE_bloodIV",10],
["ACE_bloodIV_500",15],

// IV & IO Catheters
["kat_IO_FAST",20],
Expand Down

0 comments on commit fb6e684

Please sign in to comment.