Halved recoil kick

This commit is contained in:
Haodong Mo 2021-02-23 19:07:35 +11:00
parent 33470a97d6
commit 12e68d331b
2 changed files with 1 additions and 3 deletions

View File

@ -102,7 +102,7 @@ function ArcCW.CreateMove(cmd)
-- ang2 = ang2 - (wpn.ViewPunchAngle * FrameTime() * 60)
ang2 = ang2 - (Angle(wpn.RecoilAmount, wpn.RecoilAmountSide, 0) * FrameTime() * 60)
ang2 = ang2 - (Angle(wpn.RecoilAmount, wpn.RecoilAmountSide, 0) * FrameTime() * 30)
cmd:SetViewAngles(ang2)
end

View File

@ -162,8 +162,6 @@ function SWEP:GetViewModelPosition(pos, ang)
target.ang.p = m_clamp(target.ang.p, -80, 80)
elseif sighted then
proceduralRecoilMult = proceduralRecoilMult * .7
local irons = self:GetActiveSights()
target.pos = irons.Pos