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/32.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/ammo/32.json') diff --git a/json/items/ammo/32.json b/json/items/ammo/32.json index 6599d30..f89eec4 100644 --- a/json/items/ammo/32.json +++ b/json/items/ammo/32.json @@ -6,8 +6,8 @@ "description": "A .32 ACP round, once a popular handgun cartridge in the 20th century. It lacks power compared to the .38 and the 9x19mm.", "weight": "5 g", "volume": "116 ml", - "price": 160, - "price_postapoc": 1600, + "price": "160 cent", + "price_postapoc": "16 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "brass", "powder" ], "symbol": "=", -- cgit v1.2.1