diff --git a/ServerExt/Classes/ExtPerkManager.uc b/ServerExt/Classes/ExtPerkManager.uc index 8b62849..5515707 100644 --- a/ServerExt/Classes/ExtPerkManager.uc +++ b/ServerExt/Classes/ExtPerkManager.uc @@ -557,7 +557,7 @@ function float GetKnockdownPowerModifier(optional class DamageType, function float GetStumblePowerModifier(optional KFPawn KFP, optional class DamageType, optional out float CooldownModifier, optional byte BodyPart) { - return (CurrentPerk!=None ? CurrentPerk.GetKnockdownPowerModifier() : 1.f); + return (CurrentPerk!=None ? CurrentPerk.GetStumblePowerModifier() : 1.f); } function float GetStunPowerModifier(optional class DamageType, optional byte HitZoneIdx)