This commit is contained in:
cay 2026-04-06 13:56:50 +01:00
parent 5d10ae0f35
commit 6893f5f78a

View File

@ -197,7 +197,7 @@ export async function loadEvents() {
if (!allCards.length || slotLocked[index]) return;
const rnd = allCards[Math.floor(Math.random() * allCards.length)];
inner.innerHTML = cardHTML(rnd, true);
}, 350);
}, 150);
spinIntervals[index] = iv;
}