Warehouse v0.2.9

not working, need to find a way for transports
This commit is contained in:
funkyfranky
2018-08-29 00:16:57 +02:00
parent 6b7a778eac
commit a8d96d332f
2 changed files with 175 additions and 16 deletions

View File

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