mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-28 08:57:32 +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;
|