diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-09 10:07:03 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-09 10:07:03 -0800 |
commit | b789b66288a2b32159b5c8d583d1a772a7071707 (patch) | |
tree | b48e3471ae4e56210137daf0168d842f9236fea0 /json/items/magazine | |
parent | Backported bufgixes. (diff) | |
download | cataclysm-bn-mod_packed-at4-b789b66288a2b32159b5c8d583d1a772a7071707.tar.xz |
Fix the volume of the M202A1 and its magazine.
Diffstat (limited to 'json/items/magazine')
-rw-r--r-- | json/items/magazine/66mm.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/json/items/magazine/66mm.json b/json/items/magazine/66mm.json new file mode 100644 index 0000000..8a0d6df --- /dev/null +++ b/json/items/magazine/66mm.json @@ -0,0 +1,9 @@ +[ + { + "id": "m74_clip", + "copy-from": "m74_clip", + "type": "MAGAZINE", + "name": { "str": "M74 rocket clip" }, + "volume": "2500 ml" + } +] |