Skip to content

Commit

Permalink
Increase Driveshaft Angle Limits
Browse files Browse the repository at this point in the history
After conducting review this should be more acceptable, given how ACF.DetermineDriveshaftAngle is defined.
  • Loading branch information
LengthenedGradient committed Feb 28, 2025
1 parent 6d2f89d commit c42f803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/core/globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ do -- ACF global vars
ACF.DefineSetting("CreateFireballs", false, "Debris fireballs have been %s.", ACF.BooleanDataCallback())
ACF.DefineSetting("FireballMult", 1, nil, ACF.FloatDataCallback(0.01, 1, 2))

ACF.MaxDriveshaftAngle = 12 -- The deviation of the input direction from the shaft + the output direction from the shaft cannot exceed this
ACF.MaxDriveshaftAngle = 30 -- The deviation of the input direction from the shaft + the output direction from the shaft cannot exceed this
ACF.Year = 1945
ACF.IllegalDisableTime = 30 -- Time in seconds for an entity to be disabled when it fails ACF.IsLegal
ACF.Volume = 1 -- Global volume for ACF sounds
Expand Down

0 comments on commit c42f803

Please sign in to comment.