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

minor formats (#2946)

parent 75c20320
...@@ -81,4 +81,3 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -81,4 +81,3 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
local tg=g:Filter(s.desfilter,nil,e:GetLabel()) local tg=g:Filter(s.desfilter,nil,e:GetLabel())
Duel.Remove(tg,POS_FACEUP,REASON_EFFECT) Duel.Remove(tg,POS_FACEUP,REASON_EFFECT)
end end
...@@ -19,7 +19,6 @@ function s.fcheck1(ct) ...@@ -19,7 +19,6 @@ function s.fcheck1(ct)
end end
return true return true
end end
end end
function s.fcheck2(tp,sg,fc) function s.fcheck2(tp,sg,fc)
return sg:GetCount()>=3 return sg:GetCount()>=3
......
...@@ -112,4 +112,3 @@ end ...@@ -112,4 +112,3 @@ end
function c71143015.cfilter(c) function c71143015.cfilter(c)
return c:IsLocation(LOCATION_GRAVE) or (c:IsLocation(LOCATION_MZONE) and c:IsFaceup()) return c:IsLocation(LOCATION_GRAVE) or (c:IsLocation(LOCATION_MZONE) and c:IsFaceup())
end end
...@@ -26,7 +26,6 @@ function s.initial_effect(c) ...@@ -26,7 +26,6 @@ function s.initial_effect(c)
e2:SetOperation(s.setop) e2:SetOperation(s.setop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function s.costfilter(c,tp) function s.costfilter(c,tp)
return c:IsType(TYPE_SYNCHRO) and (c:IsControler(tp) or c:IsFaceup()) return c:IsType(TYPE_SYNCHRO) and (c:IsControler(tp) or c:IsFaceup())
and Duel.IsExistingTarget(s.negfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,c) and Duel.IsExistingTarget(s.negfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,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