This commit is contained in:
GenZmeY 2021-08-24 02:04:28 +03:00 committed by GitHub
parent bae438531c
commit 59e99903d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -518,7 +518,7 @@ simulated function ModifyRecoil(out float CurrentRecoilModifier, KFWeapon KFW)
simulated function float GetCameraViewShakeModifier(KFWeapon KFW)
{
return (CurrentPerk!=None ? CurrentPerk.GetCameraViewShakeModifier( KFW) : 1.f);
return (CurrentPerk!=None ? CurrentPerk.GetCameraViewShakeModifier(KFW) : 1.f);
}
simulated function ModifySpread(out float InSpread)
@ -924,4 +924,4 @@ defaultproperties
BumpMomentum=1.f
BumpDamageAmount=450
BumpDamageType=class'KFDT_SWATBatteringRam'
}
}