🐛 fix WD19-015 onPlay

This commit is contained in:
WEBXOSS 2017-06-14 00:06:38 +08:00
parent a4a340cf2b
commit c27ff9458c

View file

@ -113773,7 +113773,7 @@ var CardInfo = {
],
startUpEffects: [{
actionAsyn: function () {
if (!this.player.getInfectedCards().length) {
if (!this.player.opponent.getInfectedCards().length) {
return this.player.infectZoneAsyn();
}
}