修复【火攻】没有添加知情者的bug
This commit is contained in:
parent
6d65fae521
commit
0163689c92
|
@ -204,6 +204,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
|
|||
game.addVideo('cardDialog',null,[get.translation(target)+'展示的手牌',get.cardsInfo(result.cards),event.videoId]);
|
||||
event.card2=result.cards[0];
|
||||
game.log(target,'展示了',event.card2);
|
||||
game.addCardKnower(result.cards, 'everyone');
|
||||
event._result={};
|
||||
player.chooseToDiscard({suit:get.suit(event.card2)},function(card){
|
||||
var evt=_status.event.getParent();
|
||||
|
|
Loading…
Reference in New Issue