Skip to content

Commit

Permalink
Fix Nesting Gas Mask/Rebreather (#60178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ANickelN authored Aug 15, 2022
1 parent 846a57c commit ed32e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/recipes/nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"name": "gas masks",
"description": "Recipes related to constructing various shapes and sizes of gas masks.",
"skill_used": "fabrication",
"nested_category_data": [ "mask_gas", "mask_gas_xl", "mask_gas_xs" ],
"nested_category_data": [ "mask_gas", "mask_gas_xl", "mask_gas_xl_expand-existing", "mask_gas_xs", "mask_gas_xs_shrink-existing" ],
"difficulty": 3,
"autolearn": [ [ "tailor", 3 ] ]
},
Expand All @@ -281,7 +281,7 @@
"name": "rebreathers",
"description": "Recipes related to constructing various shapes and sizes of rebreathers.",
"skill_used": "electronics",
"nested_category_data": [ "rebreather", "rebreather_xl", "rebreather_xs" ],
"nested_category_data": [ "rebreather", "rebreather_xl", "rebreather_xl_expand-existing", "rebreather_xs", "rebreather_xs_shrink-existing" ],
"difficulty": 3,
"autolearn": [ [ "tailoring", 2 ] ]
},
Expand Down

0 comments on commit ed32e1a

Please sign in to comment.