mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-31 09:49:16 +01:00
fix WX04-058 onPlay
This commit is contained in:
parent
cd29fd55f6
commit
55099013a3
1 changed files with 1 additions and 1 deletions
|
@ -23019,7 +23019,7 @@ var CardInfo = {
|
||||||
},this);
|
},this);
|
||||||
var zones = this.player.signiZones.filter(function (zone) {
|
var zones = this.player.signiZones.filter(function (zone) {
|
||||||
if (zone.disabled) return false;
|
if (zone.disabled) return false;
|
||||||
var signi = zone.getSigni();
|
var card = zone.getSigni();
|
||||||
return !card || !card.isEffectFiltered();
|
return !card || !card.isEffectFiltered();
|
||||||
},this);
|
},this);
|
||||||
return Callback.loop(this,2,function () {
|
return Callback.loop(this,2,function () {
|
||||||
|
|
Loading…
Reference in a new issue