Skip to content

Commit

Permalink
Reduce autoloader mass
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Jan 25, 2024
1 parent 5e0adf1 commit 7bdae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/entities/weapons/autoloader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Weapons.Register("AL", {
Sound = "acf_base/weapons/autoloader.mp3",
MuzzleFlash = "cannon_muzzleflash_noscale",
IsScalable = true,
Mass = 5630,
Mass = 2985,
Spread = 0.08,
MagSize = 10,
Round = {
Expand Down

0 comments on commit 7bdae02

Please sign in to comment.