From 1cf4429ff844f798a7c60a7fe4bbc2f616a08f74 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 28 Jul 2020 17:13:40 -0700 Subject: Remove recipe that snuck out of testing Fix typo --- melee.json | 2 +- recipes.json | 20 -------------------- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/melee.json b/melee.json index 0493fc7..03ea3b2 100644 --- a/melee.json +++ b/melee.json @@ -4,7 +4,7 @@ "type": "TOOL", "category" : "weapons", "name": { "str": "maid's kitchen knife" }, - "description": "It is a kitchen knife suitable for combat. It slices through enemies of your Mistress just as easily as it would food.",\ + "description": "It is a kitchen knife suitable for combat. It slices through enemies of your Mistress just as easily as it would food.", "weight": "450 g", "volume": "250 ml", "price": 9000, diff --git a/recipes.json b/recipes.json index 07fa4c2..8743381 100644 --- a/recipes.json +++ b/recipes.json @@ -519,26 +519,6 @@ [ [ "wax", 2] ] ] }, - { - "type" : "recipe", - "result": "flask_shoggoth", - "category": "CC_OTHER", - "skill_used": "cooking", - "difficulty": 9, - "time": "100 m", - "reversible": false, - "autolearn": false, - "book_learn": [ [ "book_shoggoth", 9 ] ], - "tools": [ - [ [ "chemistry_set", 5 ] ] - ], - "components": [ - [ [ "meat_shoggoth", 1 ] ], - [ [ "flask_glass", 1 ] ], - [ [ "blood", 10 ] ], - [ [ "maid_dress", 1 ] ] - ] - }, { "type" : "recipe", "result": "man_carrier", -- cgit v1.2.1