Skip to content

Commit

Permalink
Changed carrying and dragging capability (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Oct 18, 2024
1 parent c7f98d5 commit df060df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ enableSaving [false, false];
// To Turns off or on ambient Wildelife, Ambient Sounds and wind sound strenght.
enableEnvironment [false, true, 1];

ACE_maxWeightCarry = 7500;
ACE_maxWeightDrag = 10000;
ACE_maxWeightCarry = 8000;
ACE_maxWeightDrag = 12000;

INFO("init", "Initialization completed.");

Expand Down

0 comments on commit df060df

Please sign in to comment.