Core.Object | +--Engine.Actor | +--Engine.Pickup | +--Engine.Ammo | +--XIII.XIIIAmmoPick | +--XIII.HarponAmmoClip
00001 //----------------------------------------------------------- 00002 // 00003 //----------------------------------------------------------- 00004 class HarponAmmoClip extends XIIIAmmoPick; 00005 00006 // Mesh=VertMesh'XIIIArmes.HarponIAM' 00007 00008 00009 defaultproperties 00010 { 00011 AmmoAmount=5 00012 InventoryType=Class'XIII.HarponAmmo' 00013 PickupMessage="Harpoon" 00014 PickupSound=Sound'XIIIsound.Items.AmmoBoltPick1' 00015 StaticMesh=StaticMesh'MeshArmesPickup.harponIA' 00016 }