fix
This commit is contained in:
parent
263046c983
commit
071ac8993e
|
@ -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');
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue