mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 fix WX16-061 onPlay
This commit is contained in:
parent
926ce55faf
commit
6d537cd070
1 changed files with 1 additions and 1 deletions
|
@ -119656,7 +119656,7 @@ var CardInfo = {
|
|||
return this.player.selectAsyn('TRASH',cards).callback(this,function (card) {
|
||||
if (!card) return;
|
||||
card.trash();
|
||||
return this.setTrapFromDeckTopAsyn(3,1,true);
|
||||
return this.player.setTrapFromDeckTopAsyn(3,1,true);
|
||||
});
|
||||
},
|
||||
}],
|
||||
|
|
Loading…
Reference in a new issue