From c27ff9458c970f538936deb451d5a517bd126d94 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Wed, 14 Jun 2017 00:06:38 +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 1a77ccf..2d2f4a2 100644 --- a/CardInfo.js +++ b/CardInfo.js @@ -113773,7 +113773,7 @@ var CardInfo = { ], startUpEffects: [{ actionAsyn: function () { - if (!this.player.getInfectedCards().length) { + if (!this.player.opponent.getInfectedCards().length) { return this.player.infectZoneAsyn(); } }