diff options
Diffstat (limited to 'foods-01_fix-food-materials.patch')
-rw-r--r-- | foods-01_fix-food-materials.patch | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/foods-01_fix-food-materials.patch b/foods-01_fix-food-materials.patch deleted file mode 100644 index aefbd0f..0000000 --- a/foods-01_fix-food-materials.patch +++ /dev/null @@ -1,45 +0,0 @@ ---- a/data/json/items/comestibles/bread.json -+++ b/data/json/items/comestibles/bread.json -@@ -183,7 +183,7 @@ - "description": "A dense and tasty fried bread treat.", - "price": "275 cent", - "price_postapoc": "3 USD", -- "material": [ "wheat", "junk" ], -+ "material": [ "veggy", "junk" ], - "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 @@ - "volume": "250 ml", - "comestible_type": "DRINK", - "container": "jar_glass_sealed", -+ "material": [ "nut", "junk" ], - "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 @@ - "description": "A translucent hexagonal chunk of wax, filled with dense, milky jelly. Though some hold it as a panacea, it doesn't have any medical benefit. Still, it is delicious, and rich with the most beneficial substances the hive can produce.", - "price": "200 USD", - "price_postapoc": "40 USD", -+ "material": "honey", - "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": "3 USD", - "price_postapoc": "75 cent", -- "material": "junk", -+ "material": "veggy", - "volume": "250 ml", - "vitamins": [ [ "iron", 42 ] ], - "fun": 6 |