Skip to content

Commit

Permalink
Fix error caused by requirement ID change
Browse files Browse the repository at this point in the history
Fixes chaosvolt#176 caused by
CleverRaven/Cataclysm-DDA#46466 not having the
sense to retain the old ID for the highest-level requirement, which
would've prevented compatability errors entirely.
  • Loading branch information
chaosvolt committed Jan 26, 2021
1 parent 3ebf2cf commit a2fce0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Arcana/vehicleparts.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
"install": {
"skills": [ [ "mechanics", 4 ], [ "electronics", 3 ], [ "magic", 5 ] ],
"time": "60 m",
"using": [ [ "vehicle_bolt", 1 ] ]
"using": [ [ "vehicle_wrench_2", 1 ] ]
},
"removal": {
"skills": [ [ "mechanics", 3 ], [ "electronics", 2 ], [ "magic", 4 ] ],
"time": "30 m",
"using": [ [ "vehicle_bolt", 1 ] ]
"using": [ [ "vehicle_wrench_2", 1 ] ]
},
"repair": {
"skills": [ [ "mechanics", 3 ], [ "electronics", 4 ], [ "magic", 6 ] ],
Expand Down

0 comments on commit a2fce0d

Please sign in to comment.