diff options
Diffstat (limited to 'json')
| -rw-r--r-- | json/items/comestible/other.json | 2 | ||||
| -rw-r--r-- | json/items/comestible/veggy_dishes.json | 2 | 
2 files changed, 2 insertions, 2 deletions
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" ],  | 
