mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 01:53:48 +01:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
/**
|
|
* How many stock market 'ticks' before a 'cycle' is triggered.
|
|
* A 'tick' is whenver stock prices update
|
|
*/
|
|
export const TicksPerCycle = 75;
|