lua版的base_table判胡有错
Closed this issue · 3 comments
zhangshiqian1214 commented
local t = {
0,0,0, 0,0,0, 0,0,0,
0,2,0, 0,0,0, 0,0,2,
0,0,0, 1,1,3, 0,0,2,
0,0,0, 0,0,0, 0,
}
if hulib.get_hu_info(t) then
print("胡")
else
print("不能胡")
end
结果是胡
yuanfengyun commented
你看看是哪里的代码有问题。
zhangshiqian1214 commented
找到眼牌没有设置
yuanfengyun commented
改了。