From 8204a42dc8da7c5004c6f6e8fc57eba464ff25a3 Mon Sep 17 00:00:00 2001 From: Spmario233 Date: Tue, 31 Oct 2023 17:16:58 +0800 Subject: [PATCH] bugfix --- game/game.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/game.js b/game/game.js index 577b84173..6cc2db042 100644 --- a/game/game.js +++ b/game/game.js @@ -19677,7 +19677,7 @@ if(cards[i].hasOwnProperty('_destroy')){ if(cards[i]._destroy){ cards[i].delete(); - cards[i].destroyed=card._destroy; + cards[i].destroyed=cards[i]._destroy; continue; } } @@ -43638,7 +43638,7 @@ setTimeout(()=>{ buttons.appendChild(card); dialog.open(); - ui.create.cardSpinning(card,time); + ui.create.cardSpinning(card); },50); }, /**