mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-31 01:39:09 +01:00
💫 implement WX15-002 show GUESS_TRAP
This commit is contained in:
parent
7128287619
commit
f4b2dddab8
1 changed files with 1 additions and 2 deletions
|
@ -109220,8 +109220,7 @@ var CardInfo = {
|
|||
answer = text;
|
||||
// <ブレイクスルー・ブルー>
|
||||
if (!this.game.getData(this.player,'_2285')) return;
|
||||
// TODO: client...
|
||||
return this.player.showTextAsyn('GUESS_TRAP','',text).callback(this,function () {
|
||||
return this.player.showTextAsyn('GUESS_TRAP','text',text).callback(this,function () {
|
||||
var cards = this.player.mainDeck.getTopCards(3);
|
||||
var len = cards.length;
|
||||
this.player.informCards(cards);
|
||||
|
|
Loading…
Reference in a new issue