Skip to content

Commit aca35e2

Browse files
Update script.js
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 8eacd84 commit aca35e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@
537537
boardShellEl.classList.add('rift-active');
538538
statusEl.classList.add('rift-status');
539539
} else {
540-
riftState={active:false,sequenceRunning:false,nodes:[],hasTriggered:false,cooldownUntil:0,copyKey:'pattern'};
540+
riftState={...initialRiftState}; // Assuming initialRiftState is defined as a constant
541541
}
542542
render(); startTimer(); hideSplash();
543543
setStatus(riftState.active?'Rift node found. Tap the marked cell.':'Resumed saved game.');

0 commit comments

Comments
 (0)