mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 21:07:04 +02:00
Playtesting - Fixed bugs
This commit is contained in:
@@ -28,6 +28,9 @@ CONSTANTS = {
|
||||
MillisecondsPer8Hours: 28800000,
|
||||
GameCyclesPer8Hours: 28800000 / 200,
|
||||
|
||||
MillisecondsPer4Hours: 14400000,
|
||||
GameCyclesPer4Hours: 14400000 / 200,
|
||||
|
||||
MillisecondsPerHour: 3600000,
|
||||
GameCyclesPerHour: 3600000 / 200,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user