周不疑fix

This commit is contained in:
copcap 2023-10-25 04:26:50 +08:00
parent 12c6c429db
commit 7de2c74e4b
No known key found for this signature in database
GPG Key ID: 9AE7B8AF097EC926
1 changed files with 1 additions and 1 deletions

View File

@ -1068,7 +1068,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
event.finish();
}
else{
target.draw([1,2,3,4].reduce((p,c)=>p+target.countEmptySlot(c),0));
target.draw(Math.max(1,[1,2,3,4].reduce((p,c)=>p+target.countEmptySlot(c),0)));
}
'step 3'
target.link(false);