Style
This commit is contained in:
parent
bae438531c
commit
59e99903d3
@ -518,7 +518,7 @@ simulated function ModifyRecoil(out float CurrentRecoilModifier, KFWeapon KFW)
|
|||||||
|
|
||||||
simulated function float GetCameraViewShakeModifier(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)
|
simulated function ModifySpread(out float InSpread)
|
||||||
@ -924,4 +924,4 @@ defaultproperties
|
|||||||
BumpMomentum=1.f
|
BumpMomentum=1.f
|
||||||
BumpDamageAmount=450
|
BumpDamageAmount=450
|
||||||
BumpDamageType=class'KFDT_SWATBatteringRam'
|
BumpDamageType=class'KFDT_SWATBatteringRam'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user