字可成顺提示去除
parent
69f358c85c
commit
b571dee504
|
|
@ -219,13 +219,13 @@ function M:tryWin()
|
|||
self:rollBack()
|
||||
end
|
||||
|
||||
if (self:tryShunzi(activeCard)) then
|
||||
print("tryShunzi")
|
||||
if (self:tryWin()) then
|
||||
return true
|
||||
end
|
||||
self:rollBack()
|
||||
end
|
||||
-- if (self:tryShunzi(activeCard)) then
|
||||
-- print("tryShunzi")
|
||||
-- if (self:tryWin()) then
|
||||
-- return true
|
||||
-- end
|
||||
-- self:rollBack()
|
||||
-- end
|
||||
|
||||
if (self:tryKezi1Zhong(activeCard)) then
|
||||
print("tryKezi1Zhong")
|
||||
|
|
|
|||
Loading…
Reference in New Issue