Fixed the weight of an average infantry from 70 kg to 95 kg.

This commit is contained in:
FlightControl 2018-08-29 08:18:03 +02:00
parent daaedd24d2
commit 7b338ca9d0

View File

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