NicePack/sources/Weapons/Playable/SMG/MP5M/NiceMP5MAmmo.uc
Anton Tarasenko bd54850e38 Last patch
Commits like that are lazy and shitty, but fuck it, it's the last patch.
2020-07-03 18:03:21 +07:00

13 lines
350 B
Ucode

class NiceMP5MAmmo extends NiceAmmo;
defaultproperties
{
WeaponPickupClass=Class'NicePack.NiceMP5MPickup'
AmmoPickupAmount=30
MaxAmmo=300
InitialAmount=75
PickupClass=Class'NicePack.NiceMP5MAmmoPickup'
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=336,Y1=82,X2=382,Y2=125)
ItemName="MP5M bullets"
}