Merge pull request #292 from hydroflame/fix-282

fixed 282
This commit is contained in:
danielyxie
2018-06-13 09:15:38 -05:00
committed by GitHub

View File

@ -231,7 +231,8 @@ let MaterialSizes = {
Chemicals: 0.05, Chemicals: 0.05,
Drugs: 0.02, Drugs: 0.02,
Robots: 0.5, Robots: 0.5,
"AICores": 0.1 AICores: 0.1,
RealEstate: 0,
} }
function Product(params={}) { function Product(params={}) {