mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Merge pull request #2979 from phyzical/bugfix/2843
updated material dmd based on old tag
This commit is contained in:
commit
770a76e7e5
@ -161,9 +161,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;
|
||||
@ -172,7 +172,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;
|
||||
|
Loading…
Reference in New Issue
Block a user