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

14 lines
318 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
{
2020-11-28 19:53:57 +00:00
return false;
2017-10-20 02:00:49 +00:00
}
defaultproperties
{
Begin Object Name=SpecialMoveHandler_0
SpecialMoveClasses(SM_SonicAttack)=class'ExtSM_Siren_Scream'
End Object
2023-05-14 02:49:12 +00:00
}