Skip to content

Commit

Permalink
Update Integrated toolset Drilling quality to match description (#37521)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chambs-15 committed Jan 29, 2020
1 parent 7a1f729 commit d11a371
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@
"id": "bio_tools",
"type": "bionic",
"name": "Integrated Toolset",
"description": "Surgically implanted in your hands and fingers is a set of tools - screwdriver, hammer, wrench, hacksaw, hand drill, welder, and heating elements. You can use this in place of many tools when crafting.",
"description": "Surgically implanted in your hands and fingers is a set of tools - screwdriver, hammer, wrench, hacksaw, drill, welder, and heating elements. You can use this in place of many tools when crafting.",
"occupied_bodyparts": [ [ "HAND_L", 3 ], [ "HAND_R", 3 ] ],
"fake_item": "toolset",
"included_bionics": [ "bio_tools_extend" ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@
"type": "BIONIC_ITEM",
"name": "Integrated Toolset CBM",
"looks_like": "bio_int_enhancer",
"description": "A surgically implanted set of tools - screwdriver, hammer, wrench, hacksaw, hand drill, welder and heating elements. These can be used in place of many tools when crafting.",
"description": "A surgically implanted set of tools - screwdriver, hammer, wrench, hacksaw, drill, welder and heating elements. These can be used in place of many tools when crafting.",
"price": 800000,
"difficulty": 6
},
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/fake.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
[ "SCREW_FINE", 1 ],
[ "CUT", 1 ],
[ "PRY", 1 ],
[ "DRILL", 1 ],
[ "DRILL", 3 ],
[ "BUTCHER", -38 ]
]
},
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/tool/workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@
[ "SCREW_FINE", 1 ],
[ "CUT", 2 ],
[ "PRY", 1 ],
[ "DRILL", 1 ],
[ "DRILL", 3 ],
[ "BUTCHER", -38 ],
[ "FILE", 2 ],
[ "REAM", 1 ]
Expand Down

0 comments on commit d11a371

Please sign in to comment.