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)
|
||||
{
|
||||
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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user