Skip to content

Commit

Permalink
Buff autoloaders
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Oct 26, 2023
1 parent afefc2a commit c271aab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/acf/entities/weapons/autoloader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Weapons.Register("AL", {
Sound = "acf_base/weapons/autoloader.mp3",
MuzzleFlash = "cannon_muzzleflash_noscale",
IsScalable = true,
Mass = 5630,
Mass = 2985,
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 c271aab

Please sign in to comment.