NicePack/sources/Weapons/Playable/Heavy/M41A/NiceM41AProjectileAmmo.uc
Anton Tarasenko 12d95e387e Revert weapon conversion
This patch reverts first step of global weapon conversion
that would have halted the release of the next version for too long.
2020-04-17 23:06:41 +07:00

5 lines
311 B
Ucode

class NiceM41AProjectileAmmo extends NiceAmmo;
defaultproperties
{
WeaponPickupClass=Class'NicePack.NiceM41APickup'
AmmoPickupAmount=1
MaxAmmo=8
InitialAmount=2
IconMaterial=Texture'KillingFloorHUD.Generic.HUD'
IconCoords=(X1=434,Y1=253,X2=506,Y2=292)
ItemName="M41A Grenades"
}