This commit is contained in:
Renan LE CARO 2025-04-12 20:58:24 +02:00
parent 19ee1d0d33
commit 34f6aed001
11 changed files with 29 additions and 16 deletions

View file

@ -983,6 +983,9 @@ document.addEventListener("keyup", async (e) => {
!alertsOpen &&
pageLoad < Date.now() - 500
) {
if (gameState.computer_controlled) {
return startComputerControlledGame();
}
// When doing ctrl + R in dev to refresh, i don't want to instantly restart a run
if (await confirmRestart(gameState)) {
restart({