mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
The advanced documentation incorrectly claims that the multiplier is 0.001. The actual code divides by 10000 (10e3), effectively multiplying by 0.0001: https://github.com/bitburner-official/bitburner-src/blob/dev/src/Corporation/Division.ts#L1085