summaryrefslogtreecommitdiff
path: root/foods-04_allow-canned-corn-as-veggy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'foods-04_allow-canned-corn-as-veggy.patch')
-rw-r--r--foods-04_allow-canned-corn-as-veggy.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/foods-04_allow-canned-corn-as-veggy.patch b/foods-04_allow-canned-corn-as-veggy.patch
new file mode 100644
index 0000000..0b1d617
--- /dev/null
+++ b/foods-04_allow-canned-corn-as-veggy.patch
@@ -0,0 +1,12 @@
+--- a/data/json/requirements/cooking_components.json
++++ b/data/json/requirements/cooking_components.json
+@@ -650,7 +650,8 @@
+ [ "salsify_baked", 1 ],
+ [ "veggy_any_uncooked", 1, "LIST" ],
+ [ "veggy_canned", 1 ],
+- [ "veggy_salted", 1 ]
++ [ "veggy_salted", 1 ],
++ [ "can_corn", 1 ]
+ ]
+ ]
+ },