KF2-CustomZeds/CustomZeds/Classes/WMAIController_ZedGorefast_Omega.uc

15 lines
265 B
Ucode
Raw Permalink Normal View History

2022-05-16 13:35:37 +00:00
class WMAIController_ZedGorefast_Omega extends KFAIController_ZedGorefast;
function bool ShouldSprint()
{
bForceFrustration = True;
return super.ShouldSprint();
}
defaultproperties
{
EvadeGrenadeChance=1.0f
Name="Default__WMAIController_ZedGorefast_Omega"
}