diff --git a/data/json/bionics.json b/data/json/bionics.json index d5de08d3e99ee..ed4b9a8c05beb 100644 --- a/data/json/bionics.json +++ b/data/json/bionics.json @@ -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" ], diff --git a/data/json/items/bionics.json b/data/json/items/bionics.json index af5d7ae1ab186..cfb1e9ecd3500 100644 --- a/data/json/items/bionics.json +++ b/data/json/items/bionics.json @@ -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 }, diff --git a/data/json/items/fake.json b/data/json/items/fake.json index cffd124d082b5..3eacd3cb51a11 100644 --- a/data/json/items/fake.json +++ b/data/json/items/fake.json @@ -42,7 +42,7 @@ [ "SCREW_FINE", 1 ], [ "CUT", 1 ], [ "PRY", 1 ], - [ "DRILL", 1 ], + [ "DRILL", 3 ], [ "BUTCHER", -38 ] ] }, diff --git a/data/json/items/tool/workshop.json b/data/json/items/tool/workshop.json index bb70f3f9519ab..86281468378fd 100644 --- a/data/json/items/tool/workshop.json +++ b/data/json/items/tool/workshop.json @@ -898,7 +898,7 @@ [ "SCREW_FINE", 1 ], [ "CUT", 2 ], [ "PRY", 1 ], - [ "DRILL", 1 ], + [ "DRILL", 3 ], [ "BUTCHER", -38 ], [ "FILE", 2 ], [ "REAM", 1 ]