rgnhr
This commit is contained in:
parent
f68ff01825
commit
f6de006949
@ -1,3 +1,5 @@
|
|||||||
|
import { loadArena } from "./arena.js";
|
||||||
|
|
||||||
/* ================================
|
/* ================================
|
||||||
Kristall-Mapping (aus carddeck.js)
|
Kristall-Mapping (aus carddeck.js)
|
||||||
================================ */
|
================================ */
|
||||||
@ -193,13 +195,10 @@ export async function loadEvents() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (card.dataset.type === "arena") {
|
if (card.dataset.type === "arena") {
|
||||||
// Arena-Popup öffnen – nur 1v1, Daily-Callback mitgeben
|
loadArena({
|
||||||
import("/js/quickmenu/arena.js").then(mod => {
|
|
||||||
mod.loadArena({
|
|
||||||
dailyOnly: true,
|
dailyOnly: true,
|
||||||
onMatchComplete: () => markDailyComplete(2),
|
onMatchComplete: () => markDailyComplete(2),
|
||||||
});
|
});
|
||||||
});
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (card.dataset.type === "gold") {
|
if (card.dataset.type === "gold") {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user