修复【火攻】没有添加知情者的bug

This commit is contained in:
157 2023-12-29 21:15:16 +08:00
parent 6d65fae521
commit 0163689c92
1 changed files with 1 additions and 0 deletions

View File

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