KF2-CustomZeds/CustomZeds/Classes/WMPawn_ZedGorefast_NoDualBlade.uc

12 lines
214 B
Ucode
Raw Permalink Normal View History

2022-05-16 13:35:37 +00:00
class WMPawn_ZedGorefast_NoDualBlade extends KFPawn_ZedGorefast;
static event class<KFPawn_Monster> GetAIPawnClassToSpawn()
{
return default.class;
}
defaultproperties
{
Name="WMPawn_ZedGorefast_NoDualBlade"
}