17 lines
486 B
Ucode
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
|
|
}
|
|
|