forked from mirrors/webxoss-core
🐛 hotfix WX15-002 not showing answer
This commit is contained in:
parent
04566e53c5
commit
d201d52671
1 changed files with 2 additions and 2 deletions
|
@ -109207,9 +109207,9 @@ var CardInfo = {
|
|||
var answer = '';
|
||||
return this.player.opponent.selectTextAsyn('GUESS_TRAP',texts).callback(this,function (text) {
|
||||
answer = text;
|
||||
// <ブレイクスルー・ブルー>
|
||||
if (!this.game.getData(this.player,'_2285')) return;
|
||||
return this.player.showTextAsyn('GUESS_TRAP','text',text).callback(this,function () {
|
||||
// <ブレイクスルー・ブルー>
|
||||
if (!this.game.getData(this.player,'_2285')) return;
|
||||
var cards = this.player.mainDeck.getTopCards(3);
|
||||
var len = cards.length;
|
||||
this.player.informCards(cards);
|
||||
|
|
Loading…
Reference in a new issue