dhsr
This commit is contained in:
parent
d03b58b40f
commit
d58e27cbe6
@ -502,7 +502,11 @@
|
||||
|
||||
/* ── Karte in Hand-Slot legen ──────────────────────── */
|
||||
function setHandSlot(id, card) {
|
||||
handSlotState[id] = { card, currentCd: card.cooldown ?? 0 };
|
||||
handSlotState[id] = {
|
||||
card,
|
||||
currentCd: card.cooldown ?? 0,
|
||||
wasReduced: false,
|
||||
};
|
||||
renderHandSlot(id);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user