diff options
Diffstat (limited to 'vehicles-03_black-box-can-be-installed.patch')
-rw-r--r-- | vehicles-03_black-box-can-be-installed.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vehicles-03_black-box-can-be-installed.patch b/vehicles-03_black-box-can-be-installed.patch deleted file mode 100644 index aef147b..0000000 --- a/vehicles-03_black-box-can-be-installed.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/data/json/vehicleparts/vehicle_parts.json -+++ b/data/json/vehicleparts/vehicle_parts.json -@@ -637,7 +637,10 @@ - "broken_color": "dark_gray", - "flags": [ "NO_REPAIR" ], - "requirements": { -- "install": { "skills": [ [ "mechanics", 2 ] ], "qualities": [ { "id": "SCREW", "level": 3 }, { "id": "WRENCH", "level": 3 } ] }, -+ "install": { -+ "skills": [ [ "mechanics", 2 ] ], -+ "qualities": [ { "id": "SCREW_FINE", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 } ] -+ }, - "removal": { "skills": [ [ "mechanics", 2 ] ], "using": [ [ "vehicle_screw", 1 ] ] } - }, - "breaks_into": [ |