mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 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: [{
|
||||
actionAsyn: function () {
|
||||
if (!this.player.getInfectedCards().length) {
|
||||
if (!this.player.opponent.getInfectedCards().length) {
|
||||
return this.player.infectZoneAsyn();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue