Skip to content

Commit

Permalink
Undo mass change (for now)
Browse files Browse the repository at this point in the history
Either the autoloader physobj needs to be updated or a new, similarly consistent method of determining weapon mass needs to be worked out; see https://discord.com/channels/654142834030542878/874391629891526787/1167548702286675998
  • Loading branch information
thecraftianman committed Nov 27, 2023
1 parent 0b8b4cc commit d683d39
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 = 2985,
Mass = 5630,
Spread = 0.08,
MagSize = 10,
Round = {
Expand Down

0 comments on commit d683d39

Please sign in to comment.