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

19 lines
658 B
Ucode
Raw Permalink Normal View History

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