KF2-Server-Extension/ServerExt/Classes/KFPawn_ZedSirenX.uc

13 lines
320 B
Ucode
Raw Normal View History

2017-10-20 02:00:49 +00:00
class KFPawn_ZedSirenX extends KFPawn_ZedSiren;
2017-10-20 02:12:29 +00:00
function bool CanBeGrabbed(KFPawn GrabbingPawn, optional bool bIgnoreFalling, optional bool bAllowSameTeamGrab)
2017-10-20 02:00:49 +00:00
{
return false;
}
defaultproperties
{
Begin Object Name=SpecialMoveHandler_0
SpecialMoveClasses(SM_SonicAttack)=class'ExtSM_Siren_Scream'
End Object
}