更改缩进

This commit is contained in:
梦原 2023-09-30 22:03:53 +08:00 committed by GitHub
parent 9e15fa81b1
commit 1020ece0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -25138,10 +25138,10 @@
},
addJudgeNext:function(card,unlimited){
if(!card.expired){
if(get.postion(card,true)!=='o'&&get.postion(card,true)!=='j'&&!unlimited){
game.log('将',card,'移入',this.next,'的判定区失败');
return;
}
if(get.postion(card,true)!=='o'&&get.postion(card,true)!=='j'&&!unlimited){
game.log('将',card,'移入',this.next,'的判定区失败');
return;
}
var target=this.next;
var name=card.viewAs||card.name;
var bool=false;