From 9ff6ed9afcf4c2ce510551c52dde03ec52924cac Mon Sep 17 00:00:00 2001 From: Sven Grewe Date: Mon, 10 Apr 2023 11:53:47 +0000 Subject: [PATCH] [misc] red -> tomato & chilly subsitudes curry (#64970) * renamed "red sauce" to "tomato sauce", because red sauce is actually Marinara which needs spice * moved curry_powder to be a substitude for chilly-powder to fit requirements as of issue #34068 Co-authored-by: Sven "qoreQyaS" Grewe --- data/json/items/comestibles/drink_other.json | 2 +- data/json/recipes/food/casseroles.json | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/data/json/items/comestibles/drink_other.json b/data/json/items/comestibles/drink_other.json index fb41c0e3a2b49..7bc7c0af274bc 100644 --- a/data/json/items/comestibles/drink_other.json +++ b/data/json/items/comestibles/drink_other.json @@ -3,7 +3,7 @@ "type": "COMESTIBLE", "id": "sauce_red", "looks_like": "tomato_juice", - "name": { "str": "red sauce" }, + "name": { "str": "tomato sauce" }, "weight": "68 g", "color": "red", "spoils_in": "3 days", diff --git a/data/json/recipes/food/casseroles.json b/data/json/recipes/food/casseroles.json index d23cf469c703c..223edb5523244 100644 --- a/data/json/recipes/food/casseroles.json +++ b/data/json/recipes/food/casseroles.json @@ -17,20 +17,13 @@ "components": [ [ [ "veggy_any_corn_uncooked", 8, "LIST" ] ], [ [ "salt", 7 ], [ "seasoning_salt", 7 ], [ "soysauce", 4 ] ], - [ - [ "seasoning_italian", 7 ], - [ "wild_herbs", 7 ], - [ "pepper", 7 ], - [ "cinnamon", 7 ], - [ "curry_powder", 7 ], - [ "mustard_powder", 7 ] - ], + [ [ "seasoning_italian", 7 ], [ "wild_herbs", 7 ], [ "pepper", 7 ], [ "cinnamon", 7 ], [ "mustard_powder", 7 ] ], [ [ "any_butter_or_oil", 4, "LIST" ] ], [ [ "bell_pepper", 1 ] ], [ [ "onion", 1 ] ], [ [ "cheese", 6 ], [ "can_cheese", 6 ], [ "cheese_hard", 6 ] ], [ [ "garlic_clove", 1 ] ], - [ [ "chilly-p", 7 ] ] + [ [ "chilly-p", 7 ], [ "curry_powder", 7 ] ] ] }, {