UmbraSpaceIndustries / USITools

Shared components for KSP mods
Other
39 stars 38 forks source link

Handle ModulePlanetaryLogistics Parts #67

Closed ghost closed 6 years ago

ghost commented 8 years ago

Tidbit of code to handle excess resources in a part with ModulePlanetaryLogistics, rather then deleting them when calling CompressResourceCapacity().

I haven't tested this, since I don't have Unity and I'm unfamiliar with C#... but the code looks like it will work. (famous last words)

BobPalmer commented 7 years ago

Thanks, need to sort the circular reference but I like the idea