diff --git a/src/Corporation/Material.ts b/src/Corporation/Material.ts index d17aa2387..01968faea 100644 --- a/src/Corporation/Material.ts +++ b/src/Corporation/Material.ts @@ -158,9 +158,9 @@ export class Material { break; case "Robots": this.dmd = 90; - this.dmdR = [80, 9]; + this.dmdR = [80, 99]; this.cmp = 90; - this.cmpR = [80, 9]; + this.cmpR = [80, 99]; this.bCost = 75e3; this.mv = 0.5; //Less mv bc its processed twice this.mku = 1; @@ -169,7 +169,7 @@ export class Material { this.dmd = 90; this.dmdR = [80, 99]; this.cmp = 90; - this.cmpR = [80, 9]; + this.cmpR = [80, 99]; this.bCost = 15e3; this.mv = 0.8; //Less mv bc its processed twice this.mku = 0.5;