junksijun bugfix
This commit is contained in:
parent
e0f5b9ee20
commit
98979122be
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue