From 46c2e74c647401539b6bed0f71ed99212f7f2d36 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 16:30:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5-=E7=B1=BB=E5=9E=8B=E6=95=B0?= =?UTF-8?q?=E5=AD=97=E5=A1=AB=E5=86=99=E9=94=99=E8=AF=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extend_project/extend/poker/runfast/RunFast_MainView.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 309541ad..60c1edda 100644 --- a/lua_probject/extend_project/extend/poker/runfast/RunFast_MainView.lua +++ b/lua_probject/extend_project/extend/poker/runfast/RunFast_MainView.lua @@ -1221,7 +1221,7 @@ end function M:_Effect(type1, player) print("lingmeng_Effect", type1) local eff_code = 0 - if type1 == 5 or type1 == 8 or type1 == 11 then + if type1 == 5 or type1 == 8 or type1 == 12 then eff_code = 1 elseif type1 == 2 then eff_code = 2