diff options
| -rw-r--r-- | json/items/magazine/shot.json | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json index a229947..d140dcc 100644 --- a/json/items/magazine/shot.json +++ b/json/items/magazine/shot.json @@ -12,7 +12,7 @@      "material": [ "steel", "plastic" ],      "symbol": "#",      "color": "dark_gray", -    "ammo_type": "shot", +    "ammo_type": [ "shot" ],      "capacity": 3,      "flags": [ "MAG_COMPACT" ]    },  | 
