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

17 lines
486 B
Ucode

//===================================================================
// SeveredArmAttachment
// Copyright (C) 2009 Tripwire Interactive LLC
// John "Ramm-Jaeger" Gibson
//
// Meaty remnants of where a torso used to attach
//===================================================================
class SeveredTorsoAttachment extends SeveredAppendageAttachment;
defaultproperties
{
StaticMesh=StaticMesh'kf_gore_trip_sm.gibbs.bloat_explode'
DrawType = DT_StaticMesh
}