diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 5dca97709..90051ca03 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -560,7 +560,7 @@ export interface BitNodeMultipliers { /** Influences how much money the player earns when completing working their job. */ CompanyWorkMoney: number; /** Influences the money gain from dividends of corporations created by the player. */ - CorporationSoftCap: number; + CorporationSoftcap: number; /** Influences the valuation of corporations created by the player. */ CorporationValuation: number; /** Influences the base experience gained for each ability when the player commits a crime. */