frtzjrt
This commit is contained in:
parent
d4def9322f
commit
6f7ba43193
@ -552,9 +552,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Erste 3 in die Hand
|
// Erste 3 in die Hand
|
||||||
handCardIds.forEach((id, i) => {
|
for (let i = 0; i < 3; i++) {
|
||||||
if (expanded[i]) setHandSlot(id, expanded[i]);
|
if (expanded[i]) {
|
||||||
});
|
setHandSlot(handCardIds[i], expanded[i]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Rest als Deck-Queue
|
// Rest als Deck-Queue
|
||||||
deckQueue = expanded.slice(3);
|
deckQueue = expanded.slice(3);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user