曹芳小修

This commit is contained in:
copcap 2024-04-05 00:06:04 +08:00
parent 9520cc6c30
commit 64fb8c7f65
No known key found for this signature in database
GPG Key ID: 30E7AB6699451AEE
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
audio:2,
trigger:{global:'roundStart'},
filter(event,player){
return game.hasPlayer(current=>current!=player)&&player.getHp()>0;
return game.hasPlayer(current=>current!=player&&current.countCards('h'))&&player.getHp()>0;
},
forced:true,
group:['dczhimin_mark','dczhimin_draw'],