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/38super.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/ammo/38super.json') diff --git a/json/items/ammo/38super.json b/json/items/ammo/38super.json index 4ede00b..14af83f 100644 --- a/json/items/ammo/38super.json +++ b/json/items/ammo/38super.json @@ -6,8 +6,8 @@ "description": ".38 Super ammunition with a 147gr FMJ bullet. The .38 Super round was developed from .38 ACP in the 1920s, designed to penetrate the body armor of the era.", "weight": "8 g", "volume": "97 ml", - "price": 210, - "price_postapoc": 1200, + "price": "210 cent", + "price_postapoc": "12 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "brass", "powder" ], "symbol": "=", -- cgit v1.2.1