summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 16:45:58 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 16:45:58 -0800
commit19791eb42b2e34aa2dac242ae15e01690d613ea6 (patch)
tree05e520fcecd0cf233f5abd778c13223b8fc965e1
parentUpdate magazine_well for 2021-11-11-1246 (diff)
downloadcataclysm-bn-mod_m26-mass-19791eb42b2e34aa2dac242ae15e01690d613ea6.tar.xz
Make the ammo type an array.
-rw-r--r--json/items/magazine/shot.json2
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" ]
},