rott/kf_sources/KFChar/Classes/SeveredHeadPatriarch.uc
2026-07-14 20:27:09 +07:00

17 lines
642 B
Ucode

//=============================================================================
// SeveredHeadPatriarch
//=============================================================================
// Detached head gib class for the Patriarch
//=============================================================================
// Killing Floor Source
// Copyright (C) 2009 Tripwire Interactive LLC
// - John "Ramm-Jaeger" Gibson
//=============================================================================
class SeveredHeadPatriarch extends SeveredHead;
defaultproperties
{
StaticMesh=StaticMesh'kf_gore_trip_sm.heads.patriarchhead'
}