🐛 fix WX16-061 onPlay

This commit is contained in:
WEBXOSS 2017-06-13 22:08:57 +08:00
parent 926ce55faf
commit 6d537cd070

View file

@ -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);
});
},
}],