🐛 fix WD19-015 OnPlay

This commit is contained in:
WEBXOSS 2017-08-16 22:22:26 +08:00
parent 95b3bb5357
commit 5e431f1ebb

View file

@ -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();
}
}