a
This commit is contained in:
parent
6d94cbd61c
commit
7f224e1288
1 changed files with 1 additions and 6 deletions
|
|
@ -778,13 +778,8 @@ function ModHeadDamage( out int damage,
|
||||||
{
|
{
|
||||||
niceVet = class<NiceVeterancyTypes>(KFPRI.ClientVeteranSkill);
|
niceVet = class<NiceVeterancyTypes>(KFPRI.ClientVeteranSkill);
|
||||||
if (niceVet != none)
|
if (niceVet != none)
|
||||||
damage *= niceVet.static.GetNiceHeadShotDamMulti(KFPRI, self, dmgType);
|
damage *= niceVet.static.GetNiceHeadShotDamMulti(KFPRI, self, dmgType);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// This function must record damage actual value in 'damage' variable and
|
// This function must record damage actual value in 'damage' variable and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue