forked from mirrors/webxoss-core
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;
|
||||
return Callback.loop(this,3,function () {
|
||||
if (done) return;
|
||||
var zones = this.player.opponent.zones.filter(function (zone) {
|
||||
var zones = this.player.opponent.signiZones.filter(function (zone) {
|
||||
return zone.virus;
|
||||
},this);
|
||||
return this.player.selectOptionalAsyn('TARGET',zones).callback(this,function (zone) {
|
||||
|
|
Loading…
Reference in a new issue