junksijun bugfix

This commit is contained in:
mengxinzxz 2024-02-17 21:15:52 +08:00
parent e0f5b9ee20
commit 98979122be
1 changed files with 1 additions and 1 deletions

View File

@ -12366,7 +12366,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
player.removeMark('yizhao',player.countMark('yizhao'));
const pile=Array.from(ui.cardPile.childNodes);
if(pile.length){
const max=max=Math.pow(2,Math.min(100,pile.length));
const max=Math.pow(2,Math.min(100,pile.length));
let bool=false,index,cards=[];
for(let i=0;i<max;i++){
let num=0;