Skip to content

Commit

Permalink
Merge pull request #90 from PolySteam/patch-10
Browse files Browse the repository at this point in the history
Fix Fleyta mobility
  • Loading branch information
TwistedTail authored Sep 29, 2023
2 parents 82cf530 + 1f5022e commit 4e17de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/entities/missiles/asm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Missiles.RegisterItem("AT-2 ASM", "ATGM", {
Navigation = "Chase",
Fuzes = { Contact = true },
ViewCone = 90,
Agility = 0.00008,
Agility = 0.00035,
ArmDelay = 0.1,
Round = {
Model = "models/missiles/at2.mdl",
Expand Down

0 comments on commit 4e17de8

Please sign in to comment.