Needful things part 2

Thanks for reminding me that the SKS uses a speedloader @DeWolf

This clip for the SKS should be added to the game:

  {
    "id": "762_m43_clip",
    "type": "MAGAZINE",
    "name": "rifle clip - 7.62x39mm",
    "//": "Provisional.",
    "description": "A small crimped and folded piece of sheet metal designed to quickly load the internal magazine of a rifle.",
    "weight": 60,
    "volume": "100ml",
    "price": 1000,
    "material": "steel",
    "symbol": "#",
    "color": "light_gray",
    "ammo_type": "762",
    "capacity": 10,
    "flags": [ "SPEEDLOADER" ]
  }

It can be added to the SKS by adding the following entry to the SKS’s entry:

"magazines": [ [ "762", [ "762_m43_clip" ] ] ]