Commit 0905bdc0 authored by salix5's avatar salix5

newline at eof

parent 10e35135
...@@ -40,4 +40,4 @@ function c3103067.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -40,4 +40,4 @@ function c3103067.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.CalculateDamage(a,tc) Duel.CalculateDamage(a,tc)
end end
end end
end end
\ No newline at end of file
...@@ -70,4 +70,4 @@ function c35622739.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,4 +70,4 @@ function c35622739.thop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -104,4 +104,4 @@ function c40597694.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -104,4 +104,4 @@ function c40597694.desop(e,tp,eg,ep,ev,re,r,rp)
if tc and tc:IsLocation(LOCATION_MZONE) then if tc and tc:IsLocation(LOCATION_MZONE) then
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -63,4 +63,4 @@ function c53776969.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -63,4 +63,4 @@ function c53776969.spop(e,tp,eg,ep,ev,re,r,rp)
if c:IsRelateToEffect(e) then if c:IsRelateToEffect(e) then
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end end
end end
\ No newline at end of file
...@@ -61,4 +61,4 @@ function c55610199.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,4 +61,4 @@ function c55610199.desop(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -140,4 +140,4 @@ function c76075139.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -140,4 +140,4 @@ function c76075139.thop(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
end end
end end
\ No newline at end of file
...@@ -88,4 +88,4 @@ function c85758066.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -88,4 +88,4 @@ function c85758066.spop(e,tp,eg,ep,ev,re,r,rp)
end end
function c85758066.atklimit(e,c) function c85758066.atklimit(e,c)
return c~=e:GetHandler() return c~=e:GetHandler()
end end
\ No newline at end of file
...@@ -98,4 +98,4 @@ function c87897777.mvop(e,tp,eg,ep,ev,re,r,rp) ...@@ -98,4 +98,4 @@ function c87897777.mvop(e,tp,eg,ep,ev,re,r,rp)
if tc then if tc then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP,1<<tc:GetSequence()) Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP,1<<tc:GetSequence())
end end
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