mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
fix WX15-038 burst 1st
This commit is contained in:
parent
744b63201c
commit
7cfe3c965b
1 changed files with 1 additions and 2 deletions
|
@ -106263,7 +106263,7 @@ var CardInfo = {
|
|||
source: this,
|
||||
description: '2062-burst-1',
|
||||
actionAsyn: function () {
|
||||
this.banishSigniAsyn(12000,0,1,true);
|
||||
return this.banishSigniAsyn(12000,0,1,true);
|
||||
}
|
||||
},{
|
||||
source: this,
|
||||
|
@ -109333,7 +109333,6 @@ var CardInfo = {
|
|||
var card = this.player.mainDeck.cards[0];
|
||||
if (!card) return;
|
||||
var texts = ['YES', 'NO'];
|
||||
// TODO...
|
||||
return this.player.opponent.selectTextAsyn('GUESS_TRAP',texts).callback(this,function (text) {
|
||||
if ((!!card.trap) !== (text === 'YES')) {
|
||||
event.wontBeDamaged = true;
|
||||
|
|
Loading…
Reference in a new issue