DOCUMENTATION: Fix wrong description of ns.corporation.createCorporation (#1612)

This commit is contained in:
catloversg 2024-08-22 07:50:47 +07:00 committed by GitHub
parent 4a3dcf8a26
commit 614bec1e13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

@ -31,7 +31,7 @@ RAM cost: 20 GB
This function throws an error if:
- Try to self-fund outside BitNode 3.
- Use seed money outside BitNode 3.
- Be in a BitNode that has CorporationSoftcap (a BN modifier) less than 0.15. Use [getBitNodeMultipliers](./bitburner.ns.getbitnodemultipliers.md) to get the value of this modifier.

@ -8696,7 +8696,7 @@ export interface Corporation extends WarehouseAPI, OfficeAPI {
*
* This function throws an error if:
*
* - Try to self-fund outside BitNode 3.
* - Use seed money outside BitNode 3.
*
* - Be in a BitNode that has CorporationSoftcap (a BN modifier) less than 0.15. Use
* {@link NS.getBitNodeMultipliers | getBitNodeMultipliers} to get the value of this modifier.