ensure pressure plate config gets copied to the planned building

develop
Myk Taylor 2023-03-09 23:41:13 -08:00
parent d48dad052e
commit 44fb91056b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -692,6 +692,7 @@ function PlannerOverlay:place_building(placement_data, chosen_items)
if k == 'dump_x_shift' then bld.dump_x_shift = uibs.dump_x_shift end
if k == 'dump_y_shift' then bld.dump_y_shift = uibs.dump_y_shift end
if k == 'speed' then bld.speed = uibs.speed end
if k == 'plate_info' then utils.assign(bld.plate_info, uibs.plate_info) end
end
table.insert(blds, bld)
::continue::