Commit b118ec39 authored by mercury233's avatar mercury233 Committed by GitHub

temp fix (#1098)

parent 4526769a
......@@ -45,7 +45,7 @@ function c87116928.fcheck2(c)
return c:GetSequence()>4
end
function c87116928.fgoal(c,tp,sg)
return sg:GetCount()>1 and Duel.GetLocationCountFromEx(tp,tp,sg)>0 and sg:IsExists(c87116928.fcheck,1,nil,sg)
return #sg>1 and #sg<=3 and Duel.GetLocationCountFromEx(tp,tp,sg)>0 and sg:IsExists(c87116928.fcheck,1,nil,sg)
end
function c87116928.fselect(c,tp,mg,sg)
sg:AddCard(c)
......
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