Merge branch 'develop' into FF/Develop

This commit is contained in:
funkyfranky
2018-08-29 17:03:22 +02:00
4 changed files with 40 additions and 10 deletions

View File

@@ -1010,7 +1010,7 @@ do -- Cargo
["TPZ"] = 10,
}
local CargoBayWeightLimit = ( Weights[Desc.typeName] or 0 ) * 90
local CargoBayWeightLimit = ( Weights[Desc.typeName] or 0 ) * 95
self.__.CargoBayWeightLimit = CargoBayWeightLimit
end
end