Commit 8475729d authored by Tachibana's avatar Tachibana

E

parent 1b01e96f
......@@ -45,8 +45,7 @@ function c66915034.filter2(c,e,tp,m,f,chkf)
end
function c66915034.fcheck(tp,sg,fc)
local ct=Duel.GetFieldGroupCount(tp,LOCATION_SZONE,0)
return sg:FilterCount(Card.IsLocation,nil,LOCATION_EXTRA)<=ct and (not sg:IsExists(Card.IsLocation,1,nil,LOCATION_EXTRA)
or (sg:IsExists(c66915034.filterchk,1,nil))) and sg:GetCount()>=3
return ((sg:FilterCount(Card.IsLocation,nil,LOCATION_EXTRA)<=ct and (sg:IsExists(c66915034.filterchk,1,nil)))) or (not sg:IsExists(Card.IsLocation,1,nil,LOCATION_EXTRA)) and sg:GetCount()>=3
end
function c66915034.gcheck(sg)
return sg:GetCount()>=3
......
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