ScanSat compatibility
Sigma88 opened this issue ยท 4 comments
Requested by: Armageddon
Link to the mod: ScanSat
You are grabbing the resize varaible from SigmaBinary instead of SigmaDimensions, so doesn't work.
Also, ModuleSCANresourceScanner should have ,* after it because some parts uses multiple resource scanners on a single part, particularly DMagicOrbitaScience
@armegeddon
when using
@ MODULE**:HAS[#name[ModuleSCANresourceScanner]]**
instead of
@ MODULE**[ModuleSCANresourceScanner]**
the patch will apply to all modules with that name and not only the first one (like in the second case)