Skip to content

Commit

Permalink
Fix name of JSON member
Browse files Browse the repository at this point in the history
  • Loading branch information
BevapDin committed Dec 25, 2019
1 parent 9718a36 commit 8fc5104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/Salvaged_Robots/recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"difficulty": 8,
"time": 2500,
"reversible": true,
"auto_learn": true,
"autolearn": true,
"tools": [ [ [ "electrohack", 20 ] ] ],
"using": [ [ "soldering_standard", 20 ], [ "welding_standard", 5 ] ],
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 } ],
Expand All @@ -33,7 +33,7 @@
"difficulty": 3,
"time": 2500,
"reversible": true,
"auto_learn": true,
"autolearn": true,
"tools": [ [ [ "electrohack", 20 ] ] ],
"qualities": [ { "id": "SCREW", "level": 1 } ]
},
Expand Down Expand Up @@ -68,7 +68,7 @@
"difficulty": 6,
"time": 25000,
"reversible": false,
"auto_learn": true,
"autolearn": true,
"tools": [ [ [ "electrohack", 20 ] ] ],
"using": [ [ "soldering_standard", 20 ], [ "welding_standard", 5 ] ],
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 } ]
Expand Down

0 comments on commit 8fc5104

Please sign in to comment.