Commit 7153ea41 authored by salix5's avatar salix5

newline

parent 5a68c32a
...@@ -76,4 +76,4 @@ function s.ctop(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,4 +76,4 @@ function s.ctop(e,tp,eg,ep,ev,re,r,rp)
if a:IsRelateToEffect(e) and b:IsRelateToEffect(e) then if a:IsRelateToEffect(e) and b:IsRelateToEffect(e) then
Duel.SwapControl(a,b) Duel.SwapControl(a,b)
end end
end end
\ No newline at end of file
...@@ -97,4 +97,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -97,4 +97,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
end end
\ No newline at end of file
...@@ -99,4 +99,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -99,4 +99,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end end
end end
\ No newline at end of file
...@@ -106,4 +106,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -106,4 +106,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e3) tc:RegisterEffect(e3)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
end end
\ No newline at end of file
...@@ -56,4 +56,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,4 +56,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end end
function s.mfilter(c,e,tp,chk) function s.mfilter(c,e,tp,chk)
return (not chk or c~=e:GetHandler()) and c:IsCode(89631139) return (not chk or c~=e:GetHandler()) and c:IsCode(89631139)
end end
\ No newline at end of file
...@@ -58,4 +58,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,4 +58,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToEffect(e) and aux.NecroValleyFilter()(tc) then if tc:IsRelateToEffect(e) and aux.NecroValleyFilter()(tc) then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP_DEFENSE) Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP_DEFENSE)
end end
end end
\ No newline at end of file
...@@ -95,4 +95,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -95,4 +95,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SendtoGrave(g,REASON_EFFECT) Duel.SendtoGrave(g,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -71,4 +71,4 @@ function s.xop(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,4 +71,4 @@ function s.xop(e,tp,eg,ep,ev,re,r,rp)
local mg=Group.__add(c,g:Select(tp,1,1,c)) local mg=Group.__add(c,g:Select(tp,1,1,c))
if mg:GetCount()==2 then Duel.Overlay(tc,mg) end if mg:GetCount()==2 then Duel.Overlay(tc,mg) end
end end
end end
\ No newline at end of file
...@@ -96,4 +96,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -96,4 +96,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.eqlimit(e,c) function s.eqlimit(e,c)
return c==e:GetLabelObject() return c==e:GetLabelObject()
end end
\ No newline at end of file
...@@ -70,4 +70,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,4 +70,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e2:SetValue(atk) e2:SetValue(atk)
tc:RegisterEffect(e2) tc:RegisterEffect(e2)
end end
end end
\ No newline at end of file
...@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end end
end end
\ No newline at end of file
...@@ -146,4 +146,4 @@ end ...@@ -146,4 +146,4 @@ end
function s.tgop(e,tp,eg,ep,ev,re,r,rp) function s.tgop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(Card.IsAbleToGrave,tp,LOCATION_EXTRA,LOCATION_EXTRA,nil) local g=Duel.GetMatchingGroup(Card.IsAbleToGrave,tp,LOCATION_EXTRA,LOCATION_EXTRA,nil)
Duel.SendtoGrave(g,REASON_EFFECT) Duel.SendtoGrave(g,REASON_EFFECT)
end end
\ No newline at end of file
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