mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
DOC: Add CorporationDivisions multiplier to BitNodeMultipliers API interface (#798)
This commit is contained in:
@@ -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<keyof BitNodeMultipliers, number> = {}) {
|
||||
|
||||
Reference in New Issue
Block a user