From 77ad0d836175435f8316f7ca949710b72b27daaa Mon Sep 17 00:00:00 2001 From: cozardi Date: Tue, 24 Dec 2019 14:54:26 -0300 Subject: [PATCH] Updated fish fillet calories and info --- data/json/items/comestibles/carnivore.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/comestibles/carnivore.json b/data/json/items/comestibles/carnivore.json index ef5065ccb2cf5..3f8c70ac374c5 100644 --- a/data/json/items/comestibles/carnivore.json +++ b/data/json/items/comestibles/carnivore.json @@ -18,7 +18,7 @@ "name": "fillet of fish", "name_plural": "fillets of fish", "description": "Freshly caught fish. Makes a passable meal raw.", - "//": "Nutrition information based on cod", + "//": "Nutrition information based on whitefish", "weight": "148 g", "volume": "250 ml", "price": 500, @@ -26,7 +26,7 @@ "flags": [ "SMOKABLE", "RAW" ], "smoking_result": "fish_smoked", "vitamins": [ [ "vitA", 2 ], [ "vitC", 2 ], [ "calcium", 2 ], [ "iron", 3 ], [ "vitB", 9 ] ], - "calories": 121 + "calories": 260 }, { "id": "fish_cooked",