This commit is contained in:
MDYY1 2023-10-02 08:12:53 +08:00
parent da953811d4
commit 10d5a01682
1 changed files with 1 additions and 1 deletions

View File

@ -25162,7 +25162,7 @@
},
addJudgeNext:function(card,unlimited){
if(!card.expired){
if(!unlimited&&get.postion(card,true)!=='o'&&get.postion(card,true)!=='j'){
if(!unlimited&&get.position(card,true)!=='o'&&get.position(card,true)!=='j'){
game.log('将',card,'移入',this.next,'的判定区失败');
return;
}