aetjaet
This commit is contained in:
parent
5d10ae0f35
commit
6893f5f78a
@ -197,7 +197,7 @@ export async function loadEvents() {
|
|||||||
if (!allCards.length || slotLocked[index]) return;
|
if (!allCards.length || slotLocked[index]) return;
|
||||||
const rnd = allCards[Math.floor(Math.random() * allCards.length)];
|
const rnd = allCards[Math.floor(Math.random() * allCards.length)];
|
||||||
inner.innerHTML = cardHTML(rnd, true);
|
inner.innerHTML = cardHTML(rnd, true);
|
||||||
}, 350);
|
}, 150);
|
||||||
|
|
||||||
spinIntervals[index] = iv;
|
spinIntervals[index] = iv;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user