forked from mirrors/webxoss-core
🐛 fix WX15-035 const
This commit is contained in:
parent
338d96f934
commit
331b9a0528
1 changed files with 1 additions and 7 deletions
|
@ -106004,13 +106004,7 @@ var CardInfo = {
|
||||||
],
|
],
|
||||||
startUpEffects: [{
|
startUpEffects: [{
|
||||||
actionAsyn: function () {
|
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);
|
return this.player.setTrapFromDeckTopAsyn(2);
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
// ======================
|
// ======================
|
||||||
|
|
Loading…
Reference in a new issue