diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-02-24 03:35:12 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-02-24 03:35:12 -0800 |
commit | 13c2636707752b3f3a679c6104e0962a6bd814a7 (patch) | |
tree | 3415319599d829fab2bc6150505fbcbd50101213 | |
parent | Add some appearance aliases (diff) | |
download | cataclysm-dda-mod_battle-maid-redone-13c2636707752b3f3a679c6104e0962a6bd814a7.tar.xz |
Require a hotplate to craft a maid cookware kit.
-rw-r--r-- | recipes.json | 3 | ||||
-rw-r--r-- | tools.json | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes.json b/recipes.json index 37592fe..605af1e 100644 --- a/recipes.json +++ b/recipes.json @@ -628,7 +628,8 @@ "autolearn": true, "components": [ [ [ "knife_steak", 1 ], [ "knife_butcher", 1 ] ], - [ [ "pot", 1 ] ] + [ [ "pot", 1 ] ], + [ [ "hotplate", 1 ] ] ] }, { @@ -202,7 +202,7 @@ "to_hit": 1, "charges_per_use": 1, "ammo": "battery", - "qualities": [["COOK", 3], ["BOIL", 2], ["CONTAIN", 1], ["CHEM", 1], ["CUT", 1], ["BUTCHER", 20]], + "qualities": [ ["COOK", 3], ["BOIL", 2], ["CONTAIN", 1], ["CHEM", 1], ["CUT", 1], ["BUTCHER", 20] ], "use_action": ["HOTPLATE", "HEAT_FOOD" ], "magazines": [ [ |