This commit is contained in:
Nathan 2025-12-07 23:50:38 +07:00
commit ce98db75c5

View File

@ -280,7 +280,6 @@ function showComboPopup(targetCard, combo, bonus) {
setTimeout(() => popup.remove(), 1500); setTimeout(() => popup.remove(), 1500);
} }
function shuffleDistant(cards, minDistance = 4) { function shuffleDistant(cards, minDistance = 4) {
let valid = false; let valid = false;
let result; let result;