💫 implement WX15-002 show GUESS_TRAP

This commit is contained in:
WEBXOSS 2017-06-09 23:13:03 +08:00
parent 7128287619
commit f4b2dddab8

View file

@ -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);