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

修复炸弹type

上级 15c9eff6
......@@ -828,7 +828,7 @@ class Player{
if(Count4List.length>0){
obj = {
type: type,
type: 'four',
poker: Count4List[0],
four: Count4List[0],
};
......@@ -842,7 +842,7 @@ class Player{
if(Count1List[Count1List.length-2] === 16){
let poker = Count1List[Count1List.length-2].concat(Count1List[Count1List.length-1]);
obj = {
type: type,
type: 'sx',
poker: poker,
sx: poker,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册