This commit is contained in:
libccy 2016-08-28 09:31:36 +08:00
parent 827003c336
commit 6afadebcea
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ character.ow={
filter:function(event,player){ filter:function(event,player){
return player.num('he',{suit:'spade'})>0; return player.num('he',{suit:'spade'})>0;
}, },
check:function(){ check:function(card){
return 7-ai.get.value(card); return 7-ai.get.value(card);
}, },
content:function(){ content:function(){