mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-03-30 15:42:14 +02: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,
|
source: this,
|
||||||
description: '2062-burst-1',
|
description: '2062-burst-1',
|
||||||
actionAsyn: function () {
|
actionAsyn: function () {
|
||||||
this.banishSigniAsyn(12000,0,1,true);
|
return this.banishSigniAsyn(12000,0,1,true);
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
source: this,
|
source: this,
|
||||||
|
@ -109333,7 +109333,6 @@ var CardInfo = {
|
||||||
var card = this.player.mainDeck.cards[0];
|
var card = this.player.mainDeck.cards[0];
|
||||||
if (!card) return;
|
if (!card) return;
|
||||||
var texts = ['YES', 'NO'];
|
var texts = ['YES', 'NO'];
|
||||||
// TODO...
|
|
||||||
return this.player.opponent.selectTextAsyn('GUESS_TRAP',texts).callback(this,function (text) {
|
return this.player.opponent.selectTextAsyn('GUESS_TRAP',texts).callback(this,function (text) {
|
||||||
if ((!!card.trap) !== (text === 'YES')) {
|
if ((!!card.trap) !== (text === 'YES')) {
|
||||||
event.wontBeDamaged = true;
|
event.wontBeDamaged = true;
|
||||||
|
|
Loading…
Reference in a new issue