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
95b3bb5357
commit
5e431f1ebb
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue