Skip to content

Fixes #3898

Rob Nelson requested to merge pull/3941/Mech-Bay into Bleeding-Edge

Created by: dylanstrategie

For some reason, slapping RefreshParts() after the components were added like in most other machines fixed it. I only know that RefreshParts() is mandatory so that the machine registers new parts, for instance when you upgrade them. Maybe it's mandatory here too ?

  • Fixes Mech Bay Recharge Stations not dropping their components when deconstructed
  • Adds RefreshParts() to both machines. This is important, every other machine has it !

Note : This is a republish of #3933, I had serious repo problems, that is all

Merge request reports