From b571dee504e70cbca79179869ee6692006824571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Thu, 10 Apr 2025 12:44:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=8F=AF=E6=88=90=E9=A1=BA=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extend/majiang/lichuan/CardCheck.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lua_probject/extend_project/extend/majiang/lichuan/CardCheck.lua b/lua_probject/extend_project/extend/majiang/lichuan/CardCheck.lua index 8d69dfc3..0c8ce6b2 100644 --- a/lua_probject/extend_project/extend/majiang/lichuan/CardCheck.lua +++ b/lua_probject/extend_project/extend/majiang/lichuan/CardCheck.lua @@ -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")