From f02328454a92deb9db3b61efbdb8f1b91b8b169d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 3 May 2023 17:04:52 -0700 Subject: Port ammo name patch to mod. --- json/items/ammo/5x50.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 json/items/ammo/5x50.json (limited to 'json/items/ammo/5x50.json') diff --git a/json/items/ammo/5x50.json b/json/items/ammo/5x50.json new file mode 100644 index 0000000..766cade --- /dev/null +++ b/json/items/ammo/5x50.json @@ -0,0 +1,8 @@ +[ + { + "id": "reloaded_5x50dart", + "copy-from": "reloaded_5x50dart", + "type": "AMMO", + "name": { "str": "RA110 5x50mm flechette, reloaded" } + } +] -- cgit v1.2.1