diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-10-04 21:25:18 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-10-04 21:25:18 -0700 |
commit | 109a48238de1aada9ac76b8858b8992b9740bc17 (patch) | |
tree | 1ec1951e51f7338ee0a8101792db7b3a948d120c /json/items | |
parent | Fix incorrect copy-from on handmade M651 (diff) | |
download | cataclysm-bn-mod_grenade-crafting-109a48238de1aada9ac76b8858b8992b9740bc17.tar.xz |
Fix handmade 651 again.
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/ammo/40x46mm.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/ammo/40x46mm.json b/json/items/ammo/40x46mm.json index 05ed8d7..0a374e4 100644 --- a/json/items/ammo/40x46mm.json +++ b/json/items/ammo/40x46mm.json @@ -40,7 +40,7 @@ }, { "id": "40x46mm_bootleg_m651", - "copy-from": "40x46mm_m576", + "copy-from": "40x46mm_m651", "type": "AMMO", "name": { "str": "40x46mm M651, handmade" }, "proportional": { |