This commit is contained in:
copcap 2024-01-28 22:46:19 +08:00
parent 263046c983
commit 071ac8993e
No known key found for this signature in database
GPG Key ID: 30E7AB6699451AEE
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ game.import('character',function(lib,game,ui,get,ai,_status){
audio:2,
enable:'phaseUse',
usable:1,
filter(event,player){
return game.countPlayer(current=>lib.skill.sbquhu.filterTarget(null,player,current))>1;
},
filterTarget(card,player,target){
return player!=target&&target.countCards('he');
},