summaryrefslogtreecommitdiff
path: root/foods-03_fix-mutant-bad-taste.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-03_fix-mutant-bad-taste.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-03_fix-mutant-bad-taste.patch')
-rw-r--r--foods-03_fix-mutant-bad-taste.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/foods-03_fix-mutant-bad-taste.patch b/foods-03_fix-mutant-bad-taste.patch
new file mode 100644
index 0000000..5903b88
--- /dev/null
+++ b/foods-03_fix-mutant-bad-taste.patch
@@ -0,0 +1,32 @@
+--- a/data/json/items/comestibles/carnivore.json
++++ b/data/json/items/comestibles/carnivore.json
+@@ -154,7 +154,8 @@
+ "cooks_like": "mutant_meat_scrap_cooked",
+ "proportional": { "price": 0.2, "calories": 0.5 },
+ "vitamins": [ [ "mutant_toxin", 2 ] ],
+- "delete": { "flags": [ "SMOKABLE" ] }
++ "delete": { "flags": [ "SMOKABLE" ] },
++ "extend": { "flags": [ "BAD_TASTE" ] }
+ },
+ {
+ "id": "mutant_human_flesh",
+@@ -621,7 +622,8 @@
+ "description": "Freshly butchered fat from a heavily mutated animal. You could eat it raw, but it is better used as an ingredient in other foods or projects.",
+ "looks_like": "fat",
+ "proportional": { "price": 0.2 },
+- "vitamins": [ [ "mutant_toxin", 360 ] ]
++ "vitamins": [ [ "mutant_toxin", 360 ] ],
++ "extend": { "flags": [ "BAD_TASTE" ] }
+ },
+ {
+ "id": "mutant_tallow",
+@@ -631,7 +633,8 @@
+ "description": "A smooth white block of cleaned and rendered fat sourced from a mutant animal. It will remain edible for a very long time, and can be used as an ingredient in many foods and projects.",
+ "looks_like": "tallow",
+ "proportional": { "price": 0.2 },
+- "vitamins": [ [ "mutant_toxin", 180 ] ]
++ "vitamins": [ [ "mutant_toxin", 180 ] ],
++ "extend": { "flags": [ "BAD_TASTE" ] }
+ },
+ {
+ "id": "mutant_lard",