Merge pull request #446 from MDYY1/PR-Branch

bug fix
This commit is contained in:
Spmario233 2023-10-02 12:05:49 +08:00 committed by GitHub
commit ec708c0c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}