1
0
Fork 0

🐛 fix WX15-035 const

This commit is contained in:
WEBXOSS 2017-06-18 22:59:51 +08:00
parent 338d96f934
commit 331b9a0528

View file

@ -106004,13 +106004,7 @@ var CardInfo = {
],
startUpEffects: [{
actionAsyn: function () {
var cards = this.player.mainDeck.getTopCards(2);
if (!cards.length) return;
this.player.informCards(cards);
return this.player.selectOptionalAsyn('TARGET',cards).callback(this,function (card) {
if (!card) return;
return this.player.setTrapFromDeckTopAsyn(2);
});
}
}],
// ======================