NicePack/sources/Zeds/Nice/NiceSeveredHeadSick.uc
2020-02-16 19:53:59 +07:00

14 lines
618 B
Ucode

//=============================================================================
// SeveredHeadClot
//=============================================================================
// Detached head gib class for the clot
//=============================================================================
// Killing Floor Source
// Copyright (C) 2009 Tripwire Interactive LLC
// - John "Ramm-Jaeger" Gibson
//=============================================================================
class NiceSeveredHeadSick extends SeveredHead;
defaultproperties
{
StaticMesh=StaticMesh'NicePackSM.MonsterSick.head'
}