Skip to content

Commit

Permalink
Add locks as component to assembling a locker
Browse files Browse the repository at this point in the history
Because they give a lock upon disassembling.
  • Loading branch information
BevapDin authored and kevingranade committed Dec 7, 2019
1 parent 20e4aa5 commit d19f38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@
"required_skills": [ [ "fabrication", 4 ] ],
"time": "60 m",
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "WRENCH", "level": 1 } ] ],
"components": [ [ [ "sheet_metal", 2 ] ], [ [ "pipe", 8 ] ] ],
"components": [ [ [ "sheet_metal", 2 ] ], [ [ "pipe", 8 ] ], [ [ "lock", 1 ] ] ],
"pre_special": "check_empty",
"post_terrain": "f_locker"
},
Expand Down

0 comments on commit d19f38c

Please sign in to comment.