Reset RNG to reload every hour

This commit is contained in:
Tesseract1234567890 2021-06-03 16:54:43 -04:00
parent c793a076db
commit 8259c1a5b9

@ -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();