From 51034ca828e03ccae49db4b810c5d20044f08975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Wed, 14 May 2025 14:45:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E5=85=B3=E7=89=8C=E5=9E=8B=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E9=80=80=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extend/poker/runfast/RunFast_GameController.lua | 2 +- .../extend/poker/runfast/RunFast_MainView.lua | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lua_probject/extend_project/extend/poker/runfast/RunFast_GameController.lua b/lua_probject/extend_project/extend/poker/runfast/RunFast_GameController.lua index 13b0973c..96b06762 100644 --- a/lua_probject/extend_project/extend/poker/runfast/RunFast_GameController.lua +++ b/lua_probject/extend_project/extend/poker/runfast/RunFast_GameController.lua @@ -228,7 +228,7 @@ function M:OnPlaySuccCheck(evt_data) local card_type, number, length, plan_three_count = self:GetCardListInfo(out_card_list) player.out_card_list = self:GetSortOutCardList(out_card_list, card_type, number, plan_three_count) DispatchEvent(self._dispatcher, RunFast_GameEvent.OnPlaySucc, player, remain, card_type, number, otherList, - length, cards) + length, out_card_list) end ) end diff --git a/lua_probject/extend_project/extend/poker/runfast/RunFast_MainView.lua b/lua_probject/extend_project/extend/poker/runfast/RunFast_MainView.lua index 3d194c08..2564049e 100644 --- a/lua_probject/extend_project/extend/poker/runfast/RunFast_MainView.lua +++ b/lua_probject/extend_project/extend/poker/runfast/RunFast_MainView.lua @@ -1219,9 +1219,7 @@ function M:CreateRankEff() end function M:_Effect(type1, player) - if type1 < 7 and type1 ~= 4 and type1 ~= 5 then - return - end + print("lingmeng_Effect", type1) local eff_code = 0 if type1 == 5 or 8 then eff_code = 1 @@ -1233,6 +1231,8 @@ function M:_Effect(type1, player) eff_code = 5 elseif type1 == 6 then eff_code = 3 + else + return end local info = self._player_card_info[self:GetPos(player.seat)] local pNode = info._mask_liangpai