summaryrefslogtreecommitdiff
path: root/foods-04_allow-canned-corn-as-veggy.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-25 17:00:29 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-25 17:00:29 -0800
commitdb6ce7771162e5afd4fab06ffbbde641db47a1d2 (patch)
tree64ad9fb690a4785f99b4d23a9f3fb66dd9a1a178 /foods-04_allow-canned-corn-as-veggy.patch
parentUpdated to 2023-01-28-1414 (diff)
downloadcataclysm-bn-db6ce7771162e5afd4fab06ffbbde641db47a1d2.tar.xz
Updated to 2023-02-22-2301.
Revert another ammo patch and update old reverts accordingly. Update isherwood patches for mainline changes. Add patch lowering the Eddie Isherwood clay mission from 1000 to 100. Add patch to make canned corn a valid veggy_all requirement. Add patch fixing multiple mutant items not being flagged as BAD_TASTE. Add patch fixing black powder scrap shot not being flagged as BLACKPOWDER. Add patch to add missing stairs up in the FMC.
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 ]
+ ]
+ ]
+ },