From 0a67baa2cf832c5177fb6b45553fcb133e7deabd Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 12 Jan 2023 12:33:29 -0800 Subject: Fix str to str_sp on ammunition names. --- json/items/ammo/473.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/ammo/473.json') diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json index a52d697..d3ac77b 100644 --- a/json/items/ammo/473.json +++ b/json/items/ammo/473.json @@ -3,7 +3,7 @@ "id": "473x33mm", "type": "AMMO", "looks_like": "8mm_caseless", - "name": { "str": "4.73x33mm" }, + "name": { "str_sp": "4.73x33mm" }, "description": "4.73x33mm caseless rounds. Designed for the H&K G11 rifle, these rounds encase the bullet within a block of solid propellant, greatly reducing ammunition mass while reducing metal requirements to manufacture. Being caseless rounds, these cannot be disassembled or reloaded.", "weight": "5200 mg", "volume": "250 ml", @@ -26,7 +26,7 @@ "id": "bootleg_473x33mm", "copy-from": "473x33mm", "type": "AMMO", - "name": { "str": "4.73x33mm, handmade" }, + "name": { "str_sp": "4.73x33mm, handmade" }, "description": "Handcrafted bootleg duplicates of 4.73x33mm caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, -- cgit v1.2.1