Skip to content

Commit

Permalink
Extend the Range of rearm and refuel lines (Close #1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Oct 6, 2023
1 parent 71b5e27 commit b57020f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,10 @@ force force ace_cargo_enableRename = true;
force force ace_cargo_loadTimeCoefficient = 0.2;
force force ace_cargo_openAfterUnload = 0;
force force ace_cargo_paradropTimeCoefficent = 0;
force force ace_rearm_distance = 20;
force force ace_rearm_distance = 25;
force force ace_rearm_level = 1;
force force ace_rearm_supply = 0;
force force ace_refuel_hoseLength = 15;
force force ace_refuel_hoseLength = 25;
force force ace_refuel_progressDuration = 2;
force force ace_refuel_rate = 1;
force force ace_repair_addSpareParts = true;
Expand Down

0 comments on commit b57020f

Please sign in to comment.