Commit 7d5b471a authored by xiaoye's avatar xiaoye

Update vgfuncLib.lua

parent 8be40b1b
...@@ -755,7 +755,7 @@ function Card.GetColumnGroup(c) ...@@ -755,7 +755,7 @@ function Card.GetColumnGroup(c)
g1 = VgF.GetMatchingGroup(Card.IsSequence, tp, LOCATION_MZONE, 0, nil, 3, 4) g1 = VgF.GetMatchingGroup(Card.IsSequence, tp, LOCATION_MZONE, 0, nil, 3, 4)
g2 = VgF.GetMatchingGroup(Card.IsSequence, tp, 0, LOCATION_MZONE, nil, 0, 1) g2 = VgF.GetMatchingGroup(Card.IsSequence, tp, 0, LOCATION_MZONE, nil, 0, 1)
end end
return (g1 + g2):Filter(nil, c) return Group.__add(g1, g2):Filter(nil, c)
end end
---判断c是否可以以规则的手段到G区域。 ---判断c是否可以以规则的手段到G区域。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment