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