This commit is contained in:
GenZmeY 2021-08-24 02:03:16 +03:00 committed by GitHub
parent 0656855070
commit bae438531c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1295,7 +1295,7 @@ simulated function float GetReloadRateScale(KFWeapon KFW)
simulated function float GetCameraViewShakeModifier(KFWeapon KFW)
{
return Modifiers[2];
return Modifiers[2];
}
function ModifyHealth(out int InHealth)
@ -1580,4 +1580,4 @@ defaultproperties
EnemyDistDraw.Add(700)
EnemyDistDraw.Add(1000)
EnemyDistDraw.Add(1600)
}
}