This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
5 lines
231 B
Ucode
5 lines
231 B
Ucode
class NiceMP7MAmmoPickup extends NiceAmmoPickup;
|
|
defaultproperties
|
|
{
|
|
AmmoAmount=40
|
|
InventoryType=Class'NicePack.NiceMP7MAmmo'
|
|
PickupMessage="Rounds 4.6x30mm"
|
|
StaticMesh=StaticMesh'KillingFloorStatics.L85Ammo'
|
|
}
|