From 5e431f1ebb5747100c5567d870f66cb14d782c89 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Wed, 16 Aug 2017 22:22:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20WD19-015=20OnPlay?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CardInfo.js b/CardInfo.js index dd8e217..7f40d5a 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -113767,7 +113767,7 @@ var CardInfo = { ], startUpEffects: [{ actionAsyn: function () { - if (!this.player.opponent.getInfectedCards().length) { + if (!this.player.opponent.getInfectedZones().length) { return this.player.infectZoneAsyn(); } }