提交 e9ea23f9 编写于 作者: 微笑面对bug's avatar 微笑面对bug

判断炸弹

上级 1bc57ad8
......@@ -799,6 +799,15 @@ class Player{
}
}else{
if(obj.type === 'sx'){
this.sendPoker(obj);
return true;
}else if(obj.type === 'four' && lastObj.type!=='sx'){
this.sendPoker(obj);
return true;
}
this.listBackToPokerList(list);
alert('type is not '+lastObj.type+'!');
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册