Fixes #3898
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