summaryrefslogtreecommitdiff
path: root/json/recipes/food/snack.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-03 13:00:31 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-03 13:00:31 -0700
commitbd3a8581c4e47258060051dcba506b7eb7a07b1c (patch)
treea25ac05693b9be2d0102fccb869ab6a2f1003149 /json/recipes/food/snack.json
parentRemove stray comma. (diff)
downloadcataclysm-bn-mod_recipe-fixes-bd3a8581c4e47258060051dcba506b7eb7a07b1c.tar.xz
Sandwiches, fish soup, french toast now use bread_sandwich group.
Peanut Butter now uses sugar_standard group. Wasteland Sausages, rennet, and sausage casing now use custom edible_stomach group. Upstream bone broth now allows human bones. Various updates to recipes in order to sync with upstream where my fixes had diverged.
Diffstat (limited to 'json/recipes/food/snack.json')
-rw-r--r--json/recipes/food/snack.json11
1 files changed, 2 insertions, 9 deletions
diff --git a/json/recipes/food/snack.json b/json/recipes/food/snack.json
index 8fd6625..f8a24d8 100644
--- a/json/recipes/food/snack.json
+++ b/json/recipes/food/snack.json
@@ -35,16 +35,9 @@
"batch_time_factors": [ 50, 3 ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
- [
- [ "flatbread", 2 ],
- [ "bread", 2 ],
- [ "cornbread", 2 ],
- [ "wastebread", 2 ],
- [ "sourdough_bread", 2 ],
- [ "brioche", 2 ]
- ],
+ [ [ "bread_sandwich", 2, "LIST" ] ],
[ [ "cucumber", 1 ], [ "irradiated_cucumber", 1 ] ],
- [ [ "mayonnaise", 1 ], [ "mustard", 1 ], [ "horseradish", 1 ], [ "seasoning_salt", 1 ] ]
+ [ [ "condiment", 1, "LIST" ], [ "seasoning_salt", 1 ] ]
]
}
]