forked from mirrors/webxoss-core
🐛 fix WD19-015 onPlay
This commit is contained in:
parent
a4a340cf2b
commit
c27ff9458c
1 changed files with 1 additions and 1 deletions
|
@ -113773,7 +113773,7 @@ var CardInfo = {
|
||||||
],
|
],
|
||||||
startUpEffects: [{
|
startUpEffects: [{
|
||||||
actionAsyn: function () {
|
actionAsyn: function () {
|
||||||
if (!this.player.getInfectedCards().length) {
|
if (!this.player.opponent.getInfectedCards().length) {
|
||||||
return this.player.infectZoneAsyn();
|
return this.player.infectZoneAsyn();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue