forked from mirrors/webxoss-core
🐛 fix WX16-029 const
This commit is contained in:
parent
6d537cd070
commit
179d5b48ee
1 changed files with 1 additions and 1 deletions
|
@ -115440,7 +115440,7 @@ var CardInfo = {
|
||||||
},
|
},
|
||||||
optional: true,
|
optional: true,
|
||||||
actionAsyn: function () {
|
actionAsyn: function () {
|
||||||
return this.player.selectAsyn('TARGET',this.player.opponent.signiZones).callback(this,function (zone) {
|
return this.player.selectAsyn('TARGET',this.player.signiZones).callback(this,function (zone) {
|
||||||
if (!zone) return;
|
if (!zone) return;
|
||||||
this.trapTo(zone);
|
this.trapTo(zone);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue