This commit is contained in:
libccy 2017-08-05 11:26:14 +08:00
parent b89a7e4b6e
commit 6c509651aa
1 changed files with 1 additions and 1 deletions

View File

@ -1327,7 +1327,7 @@ game.import('card',function(lib,game,ui,get,ai,_status){
useful:[5,1], useful:[5,1],
result:{ result:{
target:function(player,target){ target:function(player,target){
return -Math.sqrt(target.countCards('h')); return -Math.sqrt(target.countCards('h'))-0.5;
} }
}, },
order:1.2, order:1.2,