mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
fix WX04-041 onPlay
This commit is contained in:
parent
2d11398d63
commit
23114277d6
1 changed files with 1 additions and 1 deletions
|
@ -22142,7 +22142,7 @@ var CardInfo = {
|
|||
},this);
|
||||
var zones = this.player.opponent.signiZones.filter(function (zone) {
|
||||
if (zone.disabled) return false;
|
||||
var signi = zone.getSigni();
|
||||
var card = zone.getSigni();
|
||||
return !card || !card.isEffectFiltered();
|
||||
},this);
|
||||
return Callback.loop(this,2,function () {
|
||||
|
|
Loading…
Reference in a new issue