From b62c992b5fee442763dc7f713e554aa8702b1c44 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 16:07:17 -0800 Subject: Convert price to cent/USD. --- json/items/ammo/10mm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/ammo/10mm.json') diff --git a/json/items/ammo/10mm.json b/json/items/ammo/10mm.json index 3abe4c4..b83f9e9 100644 --- a/json/items/ammo/10mm.json +++ b/json/items/ammo/10mm.json @@ -6,8 +6,8 @@ "description": "Jacketed 10mm Auto ammunition with a 180gr bullet. The 10mm Auto cartridge is a rather powerful handgun round and the progenitor to the more popular .40 S&W.", "weight": "9 g", "volume": "117 ml", - "price": 400, - "price_postapoc": 800, + "price": "4 USD", + "price_postapoc": "8 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "brass", "powder" ], "symbol": "=", -- cgit v1.2.1