Skip to content

Commit

Permalink
Increasing Suture because Ace hates us
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWaldie committed Oct 22, 2023
1 parent b3db564 commit 8799b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MissionScripts/Logistics/Crates/doMedicalCrate.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +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)];
_crate addItemCargoGlobal ["ACE_suture",(_Scale * 250)];

//Saline
_crate addItemCargoGlobal ["ACE_salineIV",(_Scale * 30)];
Expand Down
2 changes: 1 addition & 1 deletion MissionScripts/Logistics/Crates/doSupplyCrate.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +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 addItemCargoGlobal ["ACE_suture",(50)];
};

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

0 comments on commit 8799b38

Please sign in to comment.