NicePack/sources/Weapons/Playable/SMG/M7A3/NiceM7A3MAmmo.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
353 B
Ucode

class NiceM7A3MAmmo extends NiceAmmo;
defaultproperties
{
WeaponPickupClass=Class'NicePack.NiceM7A3MPickup'
AmmoPickupAmount=30
MaxAmmo=180
InitialAmount=45
PickupClass=Class'NicePack.NiceM7A3MAmmoPickup'
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=336,Y1=82,X2=382,Y2=125)
ItemName="M7A3 bullets"
}