Commit 2c8b5fc9 authored by GuGu's avatar GuGu

Update c999525.lua 2星融合检测

parent 62f4c265
Pipeline #20552 passed with stage
in 52 seconds
......@@ -35,7 +35,7 @@ function M.fusSPFilter(c, e, tp, mc)
if not mg or mg:GetCount() < 1 then return false end
return mg:FilterCount(M.filter2, nil) > 0 and c:IsCanBeSpecialSummoned(e, SUMMON_TYPE_FUSION, tp, false, false)
and c:IsType(TYPE_FUSION) and Duel.GetLocationCountFromEx(tp, tp, mc, c) > 0
and c:IsType(TYPE_FUSION) and c:GetLevel() == 2 and Duel.GetLocationCountFromEx(tp, tp, mc, c) > 0
end
function M.xyzSPFilter(c, e, tp, mc)
......
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