mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-16 02:17:29 +01:00
8 lines
215 B
TypeScript
8 lines
215 B
TypeScript
|
/**
|
||
|
* Implements the purchasing of extra Duplicate Sleeves from The Covenant,
|
||
|
* as well as the purchasing of upgrades (memory)
|
||
|
*/
|
||
|
|
||
|
export const MaxSleevesFromCovenant = 5;
|
||
|
export const BaseCostPerSleeve = 10e12;
|