This commit is contained in:
mengxinzxz 2024-03-16 11:17:38 +08:00
parent 36321e5bfd
commit ca6c3465b9
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
return evt.card.name=='juedou';
}).length,targets=game.players.slice().concat(game.dead.slice());
for(const target of targets){
num+=target.getHistory('useCard',evt=>{
num+=target.actionHistory[i].useCard.filter(evt=>{
return evt.card.name=='juedou'&&evt.targets&&evt.targets.includes(player);
}).length;
}