diff --git a/lua/weapons/arc9_uplp-f_mk23.lua b/lua/weapons/arc9_uplp-f_mk23.lua index e4b5285..d917fa6 100644 --- a/lua/weapons/arc9_uplp-f_mk23.lua +++ b/lua/weapons/arc9_uplp-f_mk23.lua @@ -401,7 +401,7 @@ SWEP.Animations = { ["draw"] = { Source = "draw", - MinProgress = 0.75, + MinProgress = 0.5, FireASAP = true, EventTable = { { s = path1911 .. "draw.ogg", t = 0 / 60, c = ca, v = 0.8 }, @@ -416,7 +416,7 @@ SWEP.Animations = { }, ["draw_empty"] = { Source = "draw_empty", - MinProgress = 0.75, + MinProgress = 0.5, FireASAP = true, EventTable = { { s = path1911 .. "draw.ogg", t = 0 / 60, c = ca, v = 0.8 }, @@ -431,7 +431,7 @@ SWEP.Animations = { }, ["holster"] = { Source = "holster", - MinProgress = 0.5, + MinProgress = 0.25, EventTable = { {s = pathUTC .. "cloth_2.ogg", t = 0}, }, @@ -443,7 +443,7 @@ SWEP.Animations = { }, ["holster_empty"] = { Source = "holster_empty", - MinProgress = 0.5, + MinProgress = 0.25, EventTable = { {s = pathUTC .. "cloth_2.ogg", t = 0}, }, @@ -476,7 +476,7 @@ SWEP.Animations = { -- Reloads -- ["reload"] = { Source = "reload", - MinProgress = 0.95, + MinProgress = 0.85, PeekProgress = 0.825, RefillProgress = 0.675, FireASAP = true, @@ -501,7 +501,7 @@ SWEP.Animations = { }, ["reload_empty"] = { Source = "reload_empty", - MinProgress = 0.95, + MinProgress = 0.85, PeekProgress = 0.85, RefillProgress = 0.725, FireASAP = true,