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

19 lines
670 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFPawn_ZedFleshpound_Mixer
//=============================================================================
// Mixer spawned FP variant. Handles glow coloring similar to the Versus FP.
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFPawn_ZedFleshpound_Mixer extends KFPawn_ZedFleshpound;
simulated event bool UsePlayerControlledZedSkin()
{
return true;
}
defaultproperties
{
}