diff --git a/GameData/ROLib/Plugins/ROLib.dll b/GameData/ROLib/Plugins/ROLib.dll index f5c47eb..db8aa19 100644 Binary files a/GameData/ROLib/Plugins/ROLib.dll and b/GameData/ROLib/Plugins/ROLib.dll differ diff --git a/Source/ROLib/ModelDef/ROLModelModule.cs b/Source/ROLib/ModelDef/ROLModelModule.cs index 35fbfbc..e844c0d 100644 --- a/Source/ROLib/ModelDef/ROLModelModule.cs +++ b/Source/ROLib/ModelDef/ROLModelModule.cs @@ -773,7 +773,7 @@ private void UpdateModuleStats() moduleMass = definition.mass * mScalar * positions; moduleCost = definition.cost * cScalar * positions; moduleVolume = definition.volume * vScalar * positions; - moduleEffectiveLength = definition.effectiveLength * vScalar; + //moduleEffectiveLength = definition.effectiveLength * vScalar; moduleHabitat = definition.habitat * vScalar; moduleSurfaceArea = definition.surfaceArea * vScalar; moduleTrussVolume = definition.trussVolume * vScalar;