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

17 lines
521 B
Ucode

// Piece of the head when zed's head is destroyed ✓
class KFGibHeadbOS extends KFGibOS;
defaultproperties
{
TrailClassOS=Class'KFOldSchoolZeds.KFGibJetOS'
GibGroupClass=Class'KFOldSchoolZeds.KFHumanGibGroupOS'
DrawType=DT_StaticMesh
StaticMesh=StaticMesh'KillingFloorStatics.Gib2'
DrawScale=0.500000
Skins(0)=Texture'KillingFloorTextures.Statics.GibsSKin'
bUnlit=False
TransientSoundVolume=25.000000
CollisionRadius=5.000000
CollisionHeight=2.500000
}