mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-02-07 14:23:39 +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;
|
answer = text;
|
||||||
// <ブレイクスルー・ブルー>
|
// <ブレイクスルー・ブルー>
|
||||||
if (!this.game.getData(this.player,'_2285')) return;
|
if (!this.game.getData(this.player,'_2285')) return;
|
||||||
// TODO: client...
|
return this.player.showTextAsyn('GUESS_TRAP','text',text).callback(this,function () {
|
||||||
return this.player.showTextAsyn('GUESS_TRAP','',text).callback(this,function () {
|
|
||||||
var cards = this.player.mainDeck.getTopCards(3);
|
var cards = this.player.mainDeck.getTopCards(3);
|
||||||
var len = cards.length;
|
var len = cards.length;
|
||||||
this.player.informCards(cards);
|
this.player.informCards(cards);
|
||||||
|
|
Loading…
Reference in a new issue