Skip to content

Commit

Permalink
Merge pull request #377 from thecraftianman/autoloader-buff
Browse files Browse the repository at this point in the history
Buff autoloaders
  • Loading branch information
thecraftianman authored Nov 27, 2023
2 parents 60b2132 + d683d39 commit 5e18d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/acf/entities/weapons/autoloader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Weapons.Register("AL", {
IsScalable = true,
Mass = 5630,
Spread = 0.08,
MagSize = 8,
MagSize = 10,
Round = {
MaxLength = 80,
PropLength = 65,
Expand All @@ -30,8 +30,8 @@ Weapons.Register("AL", {
Max = 35,
},
Cyclic = {
Min = 25,
Max = 10,
Min = 28,
Max = 13,
},
})

Expand Down

0 comments on commit 5e18d3d

Please sign in to comment.