mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 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,
|
||||
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;
|
||||
this.trapTo(zone);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue