Skip to content

Commit

Permalink
ACE medical Items
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWaldie committed Oct 20, 2023
1 parent b4523f2 commit 1337a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MissionScripts/Logistics/Crates/doMedicalCrate.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ if (isClass(configFile >> "CfgPatches" >> "ace_medical")) then {
_crate addItemCargoGlobal ["ACE_splint", (_Scale * 20)];
_crate addItemCargoGlobal ["ACE_personalAidKit",(_Scale * 15)];
_crate addItemCargoGlobal ["ACE_surgicalKit",(_Scale * 10)];
_crate addItemCargoGlobal ["ACE_suture",(_Scale * 50)];

//Saline
_crate addItemCargoGlobal ["ACE_salineIV",(_Scale * 30)];
Expand Down
1 change: 1 addition & 0 deletions MissionScripts/Logistics/Crates/doSupplyCrate.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ if (_weaponsAttachmentsUniforms == true) then {
if (isClass(configFile >> "CfgPatches" >> "ace_medical")) then {
_crate addItemCargoGlobal ["ACE_quikclot", (40)];
_crate addItemCargoGlobal ["ACE_tourniquet", (20)];
_crate addItemCargoGlobal ["ACE_suture",(10)];
};

[_crate, -1, 1, true, true] call Waldo_fnc_SetCargoAttributes;

0 comments on commit 1337a08

Please sign in to comment.