周不疑bugfix

This commit is contained in:
copcap 2023-09-28 12:45:54 +08:00
parent f97557425c
commit a12f16aea7
No known key found for this signature in database
GPG Key ID: 9AE7B8AF097EC926
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
target.damage('unreal');
},
ai:{
order:6,
result:{
target:function(player,target){
if(player.getHp()+player.countCards('hs',card=>player.canSaveCard(card,player))<1) return 0;