diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
commit | 7e224c97ae2728472180322f625dafa545f21f7f (patch) | |
tree | 61a296000b3a05d36cde4de0d8bd5e5179ee21ab /vehicles-03_black-box-can-be-installed.patch | |
parent | Add plastic scrap is stackable patch. (diff) | |
download | cataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz |
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": [ |