From 7e224c97ae2728472180322f625dafa545f21f7f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 18 Jan 2025 21:46:00 -0800 Subject: Convert the PKGBUILD to my own fork of cataclysm-bn. --- foods-03_fix-mutant-bad-taste.patch | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 foods-03_fix-mutant-bad-taste.patch (limited to 'foods-03_fix-mutant-bad-taste.patch') diff --git a/foods-03_fix-mutant-bad-taste.patch b/foods-03_fix-mutant-bad-taste.patch deleted file mode 100644 index 5903b88..0000000 --- a/foods-03_fix-mutant-bad-taste.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- 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", -- cgit v1.2.1