合司马懿鹰眎bug修复

This commit is contained in:
copcap 2024-01-17 20:35:31 +08:00
parent 79d358a4e6
commit 3d7292b8f2
No known key found for this signature in database
GPG Key ID: 30E7AB6699451AEE
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
]);
next.set('prompt','鹰眎:点击将牌移动到牌堆顶或牌堆底');
next.processAI=list=>{
const cards=list[0][1],player=_status.event.player;
const cards=list[1][1],player=_status.event.player;
const top=[];
const judges=player.getCards('j');
let stopped=false;