17 lines
652 B
Ucode
17 lines
652 B
Ucode
//=============================================================================
|
|
// SeveredHeadBloat
|
|
//=============================================================================
|
|
// Detached head gib class for the bloat
|
|
//=============================================================================
|
|
// Killing Floor Source
|
|
// Copyright (C) 2009 Tripwire Interactive LLC
|
|
// - John "Ramm-Jaeger" Gibson
|
|
//=============================================================================
|
|
|
|
class SeveredHeadBloat_CIRCUS extends SeveredHead;
|
|
|
|
defaultproperties
|
|
{
|
|
StaticMesh=StaticMesh'kf_gore_trip_sm_CIRCUS.limbs.bloat_clown_Head_Gore'
|
|
}
|