Core.Object | +--Engine.Actor | +--Engine.Pickup | +--Engine.Ammo | +--XIII.XIIIAmmoPick | +--XIII.M16GrenadPick
00001 //----------------------------------------------------------- 00002 // 00003 //----------------------------------------------------------- 00004 class M16GrenadPick extends XIIIAmmoPick; 00005 00006 // PickupSound=Sound'XIIIsound.Items.AmmoBazPick1' 00007 00008 00009 defaultproperties 00010 { 00011 AmmoAmount=1 00012 InventoryType=Class'XIII.M16GrenadAmmo' 00013 RespawnTime=20.000000 00014 PickupMessage="AR Grenade" 00015 PickupSound=Sound'XIIIsound.Guns__GrenPickUp.GrenPickUp__hGrenPick' 00016 StaticMesh=StaticMesh'MeshArmesPickup.m16grenade' 00017 }