From 957a69e511fc94a3c242184a0f165a4f42a31c59 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 14 Jul 2023 13:28:04 -0700 Subject: Modify cereal3 from junk to veggy. -Plain corn cereal, most likely corn flakes, doesn't seem like junk food to me. --- foods-01_fix-food-materials.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/foods-01_fix-food-materials.patch b/foods-01_fix-food-materials.patch index 6351fef..350dc61 100644 --- a/foods-01_fix-food-materials.patch +++ b/foods-01_fix-food-materials.patch @@ -9,6 +9,7 @@ "primary_material": "wheat", "volume": "250 ml", "charges": 6, + --- a/data/json/items/comestibles/drink_other.json +++ a/data/json/items/comestibles/drink_other.json @@ -146,6 +146,7 @@ @@ -19,6 +20,7 @@ "primary_material": "junk", "quench": -2, "calories": 190, + --- a/data/json/items/comestibles/other.json +++ b/data/json/items/comestibles/other.json @@ -80,6 +80,7 @@ @@ -29,3 +31,15 @@ "volume": "250 ml", "flags": [ "EDIBLE_FROZEN", "NUTRIENT_OVERRIDE" ], "fun": 7 + +--- a/data/json/items/comestibles/junkfood.json ++++ b/data/json/items/comestibles/junkfood.json +@@ -663,7 +663,7 @@ + "description": "Plain cornflake cereal. They're not that good, but it beats nothing.", + "price": 300, + "price_postapoc": 75, +- "material": "junk", ++ "material": "veggy", + "volume": "250 ml", + "vitamins": [ [ "iron", 42 ] ], + "fun": 6 -- cgit v1.2.1