diff --git a/public/script.js b/public/script.js index 3912d1577..53e89cc6e 100644 --- a/public/script.js +++ b/public/script.js @@ -1014,7 +1014,7 @@ function getBackBlock() { function getEmptyBlock() { const icons = ['fa-dragon', 'fa-otter', 'fa-kiwi-bird', 'fa-crow', 'fa-frog']; const texts = ['Here be dragons', 'Otterly empty', 'Kiwibunga', 'Pump-a-Rum', 'Croak it']; - const roll = Math.floor(Math.random() * icons.length); + const roll = new Date().getMinutes() % icons.length; const emptyBlock = `