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

14 lines
318 B
Ucode
Raw Normal View History

2017-10-19 21:00:49 -05:00
class KFPawn_ZedSirenX extends KFPawn_ZedSiren;
2017-10-19 21:12:29 -05:00
function bool CanBeGrabbed(KFPawn GrabbingPawn, optional bool bIgnoreFalling, optional bool bAllowSameTeamGrab)
2017-10-19 21:00:49 -05:00
{
2020-11-28 22:53:57 +03:00
return false;
2017-10-19 21:00:49 -05:00
}
defaultproperties
{
Begin Object Name=SpecialMoveHandler_0
SpecialMoveClasses(SM_SonicAttack)=class'ExtSM_Siren_Scream'
End Object
2023-05-14 05:49:12 +03:00
}