mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
Merge branch 'dev' of github.com:danielyxie/bitburner into improvement/bitnode-multipliers
This commit is contained in:
@@ -320,9 +320,9 @@ function CorporationMults({ mults }: IMultsProps): React.ReactElement {
|
||||
if (!player.canAccessCorporation()) return <></>;
|
||||
|
||||
const rows: IBNMultRows = {
|
||||
CorporationSoftCap: {
|
||||
CorporationSoftcap: {
|
||||
name: "Corporation Softcap",
|
||||
content: mults.CorporationSoftCap.toFixed(3),
|
||||
content: mults.CorporationSoftcap.toFixed(3),
|
||||
},
|
||||
CorporationValuation: { name: "Valuation" },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user