forked from mirrors/webxoss-core
🐛 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