summaryrefslogtreecommitdiff
path: root/foods-01_fix-food-materials.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-09 20:03:49 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-09 20:03:49 -0700
commit973d5040ffd62d98d8ed11e184dcd518007d54d1 (patch)
tree9021da7e27f7f5c14b728ae86dc763dc82756050 /foods-01_fix-food-materials.patch
parentFix examine->search->no result crash. (diff)
downloadcataclysm-bn-973d5040ffd62d98d8ed11e184dcd518007d54d1.tar.xz
Updated to 2022-09-09-2252
Fixed johhnycakes to be veggy material and not wheat since only cornmeal can make them. Updated other patches for recent changes.
Diffstat (limited to 'foods-01_fix-food-materials.patch')
-rw-r--r--foods-01_fix-food-materials.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/foods-01_fix-food-materials.patch b/foods-01_fix-food-materials.patch
index 5c27629..eb0aabb 100644
--- a/foods-01_fix-food-materials.patch
+++ b/foods-01_fix-food-materials.patch
@@ -1,3 +1,14 @@
+--- 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,
+ "price_postapoc": 300,
+- "material": [ "wheat", "junk" ],
++ "material": [ "veggy", "junk" ],
+ "primary_material": "wheat",
+ "volume": "250 ml",
+ "charges": 6,
--- a/data/json/items/comestibles/drink.json
+++ b/data/json/items/comestibles/drink.json
@@ -39,7 +39,8 @@