KF2-CustomZeds/CustomZeds/Classes/WMAIController_ZedFleshpound_Predator.uc

20 lines
335 B
Ucode
Raw Normal View History

2022-05-16 13:35:37 +00:00
class WMAIController_ZedFleshpound_Predator extends KFAIController_ZedFleshpound;
function InitPlayerReplicationInfo()
{
}
simulated event byte ScriptGetTeamNum()
{
return 0;
}
defaultproperties
{
bAllowScriptTeamCheck=True
TeleportCooldown=4.0f
EvadeGrenadeChance=1.0f
Name="Default__WMAIController_ZedFleshpound_Predator"
}