mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-18 19:56:02 +01:00
fix WX15-028
This commit is contained in:
parent
9bb9d9ad84
commit
7242d310c7
1 changed files with 1 additions and 1 deletions
|
@ -110410,7 +110410,7 @@ var CardInfo = {
|
||||||
var done = false;
|
var done = false;
|
||||||
return Callback.loop(this,3,function () {
|
return Callback.loop(this,3,function () {
|
||||||
if (done) return;
|
if (done) return;
|
||||||
var zones = this.player.opponent.zones.filter(function (zone) {
|
var zones = this.player.opponent.signiZones.filter(function (zone) {
|
||||||
return zone.virus;
|
return zone.virus;
|
||||||
},this);
|
},this);
|
||||||
return this.player.selectOptionalAsyn('TARGET',zones).callback(this,function (zone) {
|
return this.player.selectOptionalAsyn('TARGET',zones).callback(this,function (zone) {
|
||||||
|
|
Loading…
Reference in a new issue