From 19791eb42b2e34aa2dac242ae15e01690d613ea6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 2 Feb 2022 16:45:58 -0800 Subject: Make the ammo type an array. --- json/items/magazine/shot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }, -- cgit v1.2.1