From 81bc049de2ef205373713318e14d0ff6471a445c Mon Sep 17 00:00:00 2001
From: KorGgenT <curtis.r.merrill@gmail.com>
Date: Tue, 25 Dec 2018 22:01:40 -0500
Subject: [PATCH] Update offal_dishes.json

---
 data/json/recipes/food/offal_dishes.json | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/data/json/recipes/food/offal_dishes.json b/data/json/recipes/food/offal_dishes.json
index e2991d2f37b56..e82b503798e87 100644
--- a/data/json/recipes/food/offal_dishes.json
+++ b/data/json/recipes/food/offal_dishes.json
@@ -17,24 +17,32 @@
     "type": "recipe",
     "copy-from": "brain_cooked",
     "result": "lung_cooked",
+    "qualities": [ { "id": "COOK", "level": 1 } ],
+    "tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
     "components": [ [ [ "lung", 1 ] ] ]
   },
   {
     "type": "recipe",
     "copy-from": "brain_cooked",
     "result": "kidney_cooked",
+    "qualities": [ { "id": "COOK", "level": 1 } ],
+    "tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
     "components": [ [ [ "kidney", 1 ] ] ]
   },
   {
     "type": "recipe",
     "copy-from": "brain_cooked",
     "result": "sweetbread_cooked",
+    "qualities": [ { "id": "COOK", "level": 1 } ],
+    "tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
     "components": [ [ [ "sweetbread", 1 ] ] ]
   },
   {
     "type": "recipe",
     "copy-from": "brain_cooked",
     "result": "liver_cooked",
+    "qualities": [ { "id": "COOK", "level": 1 } ],
+    "tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
     "components": [ [ [ "liver", 1 ] ] ]
   },
   {