1
0
Fork 1
mirror of https://github.com/webxoss/webxoss-core.git synced 2025-03-31 08:02:15 +02:00

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