This commit is contained in:
parent
827003c336
commit
6afadebcea
|
@ -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(){
|
||||||
|
|
Loading…
Reference in New Issue