mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Reset RNG to reload every hour
This commit is contained in:
@@ -77,7 +77,7 @@ function getRandomBonus() {
|
||||
]
|
||||
|
||||
|
||||
let randomNumber = (new WHRNG(Math.floor(Player.lastUpdate/36)));
|
||||
let randomNumber = (new WHRNG(Math.floor(Player.lastUpdate/3600000)));
|
||||
|
||||
for(let i = 0; i < 3; i++){
|
||||
randomNumber.step();
|
||||
|
||||
Reference in New Issue
Block a user