From d6bc28747156ac43d93f338565a593d5cef6e35d Mon Sep 17 00:00:00 2001 From: march <106459595+marchc1@users.noreply.github.com> Date: Sat, 18 Jan 2025 23:43:59 -0800 Subject: [PATCH] Fix unclamped standoff ratio --- lua/acf/entities/ammo_types/glatgm.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/acf/entities/ammo_types/glatgm.lua b/lua/acf/entities/ammo_types/glatgm.lua index 4f6e9ce..35d9e25 100644 --- a/lua/acf/entities/ammo_types/glatgm.lua +++ b/lua/acf/entities/ammo_types/glatgm.lua @@ -14,6 +14,8 @@ function Ammo:OnLoaded() HW = true, SC = true, }) + + self.MaxStandoffRatio = .4 end function Ammo:BaseConvert(ToolData)