From bacc0004fea9ff01ef88a25f0f6ad3842576f566 Mon Sep 17 00:00:00 2001 From: phyzical Date: Mon, 14 Feb 2022 21:37:58 +0800 Subject: [PATCH] updated material dmd based on old tag --- src/Corporation/Material.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;