Skip to content

Commit

Permalink
backport #75616
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Aug 19, 2024
1 parent 17b493d commit cbd844c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/recipes/other/medical.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
"autolearn": true,
"qualities": [ { "id": "BOIL", "level": 1 } ],
"tools": [ [ [ "water_boiling_heat", 4, "LIST" ] ] ],
"//": "3 units of water + 114g of cotton, bandages will soak up some of the water but the rest should be potable",
"//": "3 units of water + 114g of cotton, bandages will soak up some of the water but the rest should be returned",
"result_mult": 9,
"components": [ [ [ "bandages_makeshift", 9 ] ], [ [ "water_clean", 3 ], [ "water", 3 ] ] ],
"byproducts": [ [ "water_clean", 2 ] ]
"components": [ [ [ "bandages_makeshift", 9 ] ], [ [ "water_clean", 3 ] ] ],
"byproducts": [ [ "water", 2 ] ]
},
{
"result": "adhesive_bandages",
Expand Down

0 comments on commit cbd844c

Please sign in to comment.