diff --git a/src/BitNode/BitNodeMultipliers.ts b/src/BitNode/BitNodeMultipliers.ts index 7953a097d..d8b6db9b5 100644 --- a/src/BitNode/BitNodeMultipliers.ts +++ b/src/BitNode/BitNodeMultipliers.ts @@ -157,7 +157,7 @@ export class BitNodeMultipliers { /** Influences profits from corporation dividends and selling shares. */ CorporationSoftcap = 1; - /** Influences number of divisions a corporation can have. */ + /** Influences the amount of divisions a corporation can have have at the same time*/ CorporationDivisions = 1; constructor(a: PartialRecord = {}) { diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 24c3ce467..4fbf800f7 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -632,6 +632,8 @@ interface BitNodeMultipliers { CompanyWorkExpGain: number; /** Influences how much money the player earns when completing working their job. */ CompanyWorkMoney: number; + /** Influences the amount of divisions a corporation can have have at the same time*/ + CorporationDivisions: number; /** Influences the money gain from dividends of corporations created by the player. */ CorporationSoftcap: number; /** Influences the valuation of corporations created by the player. */