Skip to content

Commit

Permalink
Fix unclamped standoff ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
marchc1 committed Jan 19, 2025
1 parent 91ca688 commit add9f94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/acf/entities/ammo_types/glatgm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ function Ammo:OnLoaded()
HW = true,
SC = true,
})

self.MaxStandoffRatio = .4
end

function Ammo:BaseConvert(ToolData)
Expand Down

0 comments on commit add9f94

Please sign in to comment.