From 219091357bd0dcacca17a373091b94ac95684eee Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 5 Apr 2023 11:22:20 -0700 Subject: Fix the biodiesel shim prices to match that of a regular 10L jerrycan of biodiesel. --- json/items/fuel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/fuel.json') diff --git a/json/items/fuel.json b/json/items/fuel.json index 5d5c6b0..3d91e5a 100644 --- a/json/items/fuel.json +++ b/json/items/fuel.json @@ -8,8 +8,8 @@ "description": "This is a sealed jerrycan containing biodiesel. Use to open.", "weight": "15870 g", "volume": "10 L", - "price": 300000, - "price_postapoc": 3000000, + "price": 27.50, + "price_postapoc": 15050, "to_hit": -2, "material": [ "plastic", "hydrocarbons" ], "symbol": ")", -- cgit v1.2.1