Skip to content

Commit

Permalink
Fix missing prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Dec 18, 2024
1 parent de5f400 commit b2003a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bobvehicleequipment/prototypes/solar-panel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ data:extend({
}),
order = "v-g-k-d",
prerequisites = {
"production-science-pack",
"vehicle-solar-panel-equipment-3",
},
unit = {
Expand Down
1 change: 1 addition & 0 deletions bobvehicleequipment/prototypes/speed.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ data:extend({
}),
order = "v-g-h-b",
prerequisites = {
"production-science-pack",
"vehicle-motor-equipment",
},
unit = {
Expand Down

0 comments on commit b2003a4

Please sign in to comment.