1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFSM_BloatKing_Enrage.uc

21 lines
793 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFSM_BloatKing_Enrage
//=============================================================================
// Simple move to force an enrage transition for the Bloat King.
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFSM_BloatKing_Enrage extends KFSM_PlaySingleAnim;
defaultproperties
{
AnimName=Rage_V1
AnimStance=EAS_FullBody
bDisableSteering=true
bDisableMovement=true
bDisableTurnInPlace=true
bLockPawnRotation=true
bCanBeInterrupted=false
CustomRotationRate=(Pitch=0, Yaw=0, Roll=0)
}