fix unexpected spaces

This commit is contained in:
Spmario233 2024-02-22 18:15:24 +08:00
parent 6f68521f5c
commit a5b4c54bf0
1 changed files with 2 additions and 2 deletions

View File

@ -852,9 +852,9 @@ game.import('card',function(lib,game,ui,get,ai,_status){
},'hs')) return 3.5; },'hs')) return 3.5;
if(player.hasCard(function(card){ if(player.hasCard(function(card){
return get.name(card)=='taoyuan'; return get.name(card)=='taoyuan';
},'hs')) return get.order({name:'taoyuan'},player)-1; },'hs')) return get.order({name:'taoyuan'},player)-1;
return 9.5; return 9.5;
}, },
value:4, value:4,
useful:[2,1], useful:[2,1],
wuxie:function(){ wuxie:function(){