Skip to content

Commit

Permalink
[misc] red -> tomato & chilly subsitudes curry (CleverRaven#64970)
Browse files Browse the repository at this point in the history
* 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 CleverRaven#34068

Co-authored-by: Sven "qoreQyaS" Grewe <git@gucke.net>
  • Loading branch information
2 people authored and Night-Pryanik committed Apr 15, 2023
1 parent c334e2f commit 9ff6ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion data/json/items/comestibles/drink_other.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 2 additions & 9 deletions data/json/recipes/food/casseroles.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ]
]
},
{
Expand Down

0 comments on commit 9ff6ed9

Please sign in to comment.