字可成顺提示去除

master
罗家炜 2025-04-10 12:44:13 +08:00
parent 69f358c85c
commit b571dee504
1 changed files with 7 additions and 7 deletions

View File

@ -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")