This commit is contained in:
157 2023-10-26 22:03:19 +08:00 committed by GitHub
parent 2a7941812a
commit a0a23ec30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
},
order:()=>{
if(_status.event.dying) return 9;
let sha=get.order(new lib.elementVCard({name:'sha'}));
let sha=get.order({name:'sha'});
if(sha>0) return sha+0.2;
return 0;
},