From f6f50d3f97fb15d95916129a7f1b7c09af955365 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 15:20:36 -0800 Subject: Convert prices to cent/USD. --- json/items/comestible/other.json | 2 +- json/items/comestible/veggy_dishes.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/comestible') diff --git a/json/items/comestible/other.json b/json/items/comestible/other.json index b39cb5e..e143f05 100644 --- a/json/items/comestible/other.json +++ b/json/items/comestible/other.json @@ -9,7 +9,7 @@ "spoils_in": "5 days", "quench": 1, "description": "Some delicious cooked edamame. Humble but nutrient-rich.", - "price": 0, + "price": "0 cent", "volume": "250 ml", "fun": 1, "flags": [ "EATEN_HOT" ], diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/veggy_dishes.json index 12aeced..89c6830 100644 --- a/json/items/comestible/veggy_dishes.json +++ b/json/items/comestible/veggy_dishes.json @@ -12,7 +12,7 @@ "calories": 525, "charges": 4, "description": "A tofu stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.", - "price": 1200, + "price": "12 USD", "material": "veggy", "volume": "1 L", "flags": [ "EATEN_HOT" ], -- cgit v1.2.1