NicePack/sources/Weapons/Playable/Explosives/SeekerSix/NiceSeekerSixAmmo.uc
2022-01-21 14:25:59 +04:00

17 lines
650 B
Ucode

//=============================================================================
// SeekerSixAmmo
//=============================================================================
// Ammunition class for the SeekerSix mini rocket launcher
//=============================================================================
// Killing Floor Source
// Copyright (C) 2013 Tripwire Interactive LLC
// - John "Ramm-Jaeger" Gibson
//=============================================================================
class NiceSeekerSixAmmo extends SeekerSixAmmo;
defaultproperties
{
MaxAmmo=66
InitialAmount=30
PickupClass=class'NiceSeekerSixAmmoPickup'
}