From 1ef34f8e58c1cb9810eed8c8fc53e4e444364ef1 Mon Sep 17 00:00:00 2001 From: libccy Date: Sat, 19 Dec 2015 10:47:42 +0800 Subject: [PATCH] b --- game/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/game.js b/game/game.js index 765ecbc1e..3be98c073 100755 --- a/game/game.js +++ b/game/game.js @@ -7644,7 +7644,7 @@ if(cards[i].clone&& (cards[i].clone.parentNode==this.parentNode|| cards[i].clone.parentNode==ui.arena)&& - parseFloat(getComputedStyle(cards[0].clone).opacity)>0.3){ + parseFloat(getComputedStyle(cards[i].clone).opacity)>0.3){ cards[i].clone.moveDelete(this); list2.push(cards[i].clone); }