diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-13 10:30:52 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-13 10:30:52 -0700 |
commit | a09894839ccba98dd8cd2a15cfe09cb75de18125 (patch) | |
tree | 39300c2fabf6d202f199a9441a3e8466c8770b16 /vehicles-03_black-box-can-be-installed.patch | |
parent | Update to 0.F.3 (diff) | |
download | cataclysm-dda-a09894839ccba98dd8cd2a15cfe09cb75de18125.tar.xz |
Port patches back to DDA.
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, 14 insertions, 0 deletions
diff --git a/vehicles-03_black-box-can-be-installed.patch b/vehicles-03_black-box-can-be-installed.patch new file mode 100644 index 0000000..dddeba5 --- /dev/null +++ b/vehicles-03_black-box-can-be-installed.patch @@ -0,0 +1,14 @@ +--- a/data/json/vehicleparts/vehicle_parts.json ++++ b/data/json/vehicleparts/vehicle_parts.json +@@ -550,7 +550,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": [ |