KF2-CustomZeds/CustomZeds/Classes/WMAIController_ZedGorefast_Omega.uc
2022-05-16 16:35:37 +03:00

15 lines
265 B
Ucode

class WMAIController_ZedGorefast_Omega extends KFAIController_ZedGorefast;
function bool ShouldSprint()
{
bForceFrustration = True;
return super.ShouldSprint();
}
defaultproperties
{
EvadeGrenadeChance=1.0f
Name="Default__WMAIController_ZedGorefast_Omega"
}