test
This commit is contained in:
parent
d36068787a
commit
0656855070
@ -516,6 +516,11 @@ simulated function ModifyRecoil(out float CurrentRecoilModifier, KFWeapon KFW)
|
||||
CurrentPerk.ModifyRecoil(CurrentRecoilModifier,KFW);
|
||||
}
|
||||
|
||||
simulated function float GetCameraViewShakeModifier(KFWeapon KFW)
|
||||
{
|
||||
return (CurrentPerk!=None ? CurrentPerk.GetCameraViewShakeModifier( KFW) : 1.f);
|
||||
}
|
||||
|
||||
simulated function ModifySpread(out float InSpread)
|
||||
{
|
||||
if (CurrentPerk!=None)
|
||||
|
@ -1293,6 +1293,11 @@ simulated function float GetReloadRateScale(KFWeapon KFW)
|
||||
return (IsWeaponOnPerk(KFW) ? Modifiers[5] : 1.f);
|
||||
}
|
||||
|
||||
simulated function float GetCameraViewShakeModifier(KFWeapon KFW)
|
||||
{
|
||||
return Modifiers[2];
|
||||
}
|
||||
|
||||
function ModifyHealth(out int InHealth)
|
||||
{
|
||||
InHealth *= Modifiers[6];
|
||||
|
Loading…
Reference in New Issue
Block a user