diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-09-13 16:56:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-09-13 16:56:41 -0700 |
commit | 4114a216117c0070e7feed9590f9f91f303edccd (patch) | |
tree | 8589c2c03c5f288e00b69c3a4b5184cce420e7c7 /json/recipes/food | |
parent | Allow crafting leg ammo pouches with rags/leather. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-4114a216117c0070e7feed9590f9f91f303edccd.tar.xz |
Resort mexican hot chocolate ingredients.
Diffstat (limited to 'json/recipes/food')
-rw-r--r-- | json/recipes/food/uncategorized.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/recipes/food/uncategorized.json b/json/recipes/food/uncategorized.json index 4dd0333..9a48a36 100644 --- a/json/recipes/food/uncategorized.json +++ b/json/recipes/food/uncategorized.json @@ -569,10 +569,10 @@ "components": [ [ [ "chocolate", 2 ] ], [ [ "milk_standard_raw", 1, "LIST" ], [ "con_milk", 1 ], [ "milk_powder", 1 ] ], + [ [ "water", 6 ], [ "water_clean", 6 ] ], [ [ "sugar", 5 ] ], [ [ "chilly-p", 1 ] ], - [ [ "cinnamon", 1 ] ], - [ [ "water", 6 ], [ "water_clean", 6 ] ] + [ [ "cinnamon", 1 ] ] ] }, { |