Skip to content

Commit

Permalink
add "INITIAL_PART" to wiring
Browse files Browse the repository at this point in the history
Allows a vehicle to be started with just wiring, cutting out an extra step for vehicularised base building. From issue CleverRaven#37970
  • Loading branch information
Soup-de-Loop committed Feb 13, 2020
1 parent 4fc6a46 commit 348480f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/blazemod/vehicleparts/blaze_other_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,6 @@
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 s" },
"repair": { "skills": [ [ "mechanics", 2 ] ], "time": "60 s" }
},
"flags": [ "FOLDABLE", "AISLE" ]
"flags": [ "INITIAL_PART", "FOLDABLE", "AISLE" ]
}
]

0 comments on commit 348480f

Please sign in to comment.