NicePack/sources/Weapons/Playable/Heavy/M249/NiceM249AmmoPickup.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
237 B
Ucode

class NiceM249AmmoPickup extends NiceAmmoPickup;
defaultproperties
{
AmmoAmount=80
InventoryType=Class'NicePack.NiceM249Ammo'
PickupMessage="Rounds 5.56x45mm NATO"
StaticMesh=StaticMesh'KillingFloorStatics.L85Ammo'
}