Buff M41A's stun capabilities
This commit is contained in:
parent
d9dce6a29d
commit
64e40d58c9
3 changed files with 6 additions and 1 deletions
|
|
@ -1286,8 +1286,9 @@ function float GetstunDurationMult( Pawn instigatedBy,
|
|||
if(KFPRI == none) return stunDurationMultiplier;
|
||||
niceVet = class<NiceVeterancyTypes>(KFPRI.ClientVeteranSkill);
|
||||
if(niceVet == none) return stunDurationMultiplier;
|
||||
if(damageType == none) return stunDurationMultiplier;
|
||||
// Perk's bonuses out
|
||||
return stunDurationMultiplier *
|
||||
return stunDurationMultiplier * damageType.default.stunLengthMultiplier *
|
||||
niceVet.static.stunDurationMult( KFPRI, self, KFPawn(instigatedBy),
|
||||
damageType);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue