Merge branch 'dev' of github.com:danielyxie/bitburner into improvement/bitnode-multipliers

This commit is contained in:
nickofolas
2022-05-13 11:55:55 -05:00
26 changed files with 204 additions and 141 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ export interface IBitNodeMultipliers {
/**
* Influences corporation dividends.
*/
CorporationSoftCap: number;
CorporationSoftcap: number;
// Index signature
[key: string]: number;