Fix: update to KF2 v1096

This commit is contained in:
2020-06-22 07:47:16 +03:00
parent 245eb9e552
commit a2a5101629
2 changed files with 4 additions and 3 deletions

View File

@ -172,7 +172,7 @@ function OnPlayerXPAdded(INT XP, class<KFPerk> PerkClass)
AwardXP(XP);
}
function AddSmallRadiusKill( byte Difficulty )
function AddSmallRadiusKill( byte Difficulty, class<KFPerk> PerkClass )
{
AwardXP(class'KFPerk_Berserker'.static.GetSmallRadiusKillXP(Difficulty));
}