Commit a787434e authored by salix5's avatar salix5

newline

parent 446a5c85
......@@ -56,4 +56,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then
Duel.SendtoGrave(g,REASON_EFFECT)
end
end
\ No newline at end of file
end
......@@ -99,4 +99,4 @@ function s.desop3(e,tp,eg,ep,ev,re,r,rp)
local dg=g:Filter(s.desfilter,nil,e:GetLabel())
g:DeleteGroup()
Duel.Destroy(dg,REASON_EFFECT)
end
\ No newline at end of file
end
......@@ -73,4 +73,4 @@ end
function s.eqcon(e,tp,eg,ep,ev,re,r,rp)
local qc=e:GetHandler():GetEquipTarget()
return (qc:IsCode(45231177) or aux.IsCodeListed(qc,45231177))
end
\ No newline at end of file
end
......@@ -87,4 +87,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
end
end
\ No newline at end of file
end
......@@ -197,4 +197,4 @@ function s.fdfilter(c)
end
function s.gdfilter(c)
return c:IsLocation(LOCATION_MZONE) and c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)
end
\ No newline at end of file
end
......@@ -146,4 +146,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
end
function s.atkfilter(e,c)
return e:GetLabel()~=c:GetFieldID()
end
\ No newline at end of file
end
......@@ -96,4 +96,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end
end
\ No newline at end of file
end
......@@ -79,4 +79,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end
end
\ No newline at end of file
end
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