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