Commit ca1fa52d authored by salix5's avatar salix5

newline

parent abc903c2
......@@ -102,4 +102,4 @@ function s.sumop2(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e3,true)
end
end
end
\ No newline at end of file
end
......@@ -89,4 +89,4 @@ function s.atkop2(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e1)
end
end
\ No newline at end of file
end
......@@ -21,4 +21,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
c:RegisterEffect(e1)
end
end
\ No newline at end of file
end
......@@ -41,4 +41,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e2)
end
Duel.SpecialSummonComplete()
end
\ No newline at end of file
end
......@@ -71,4 +71,4 @@ function s.atkcon(e)
end
function s.atktg(e,c)
return c~=e:GetHandler()
end
\ No newline at end of file
end
......@@ -44,4 +44,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e1)
end
end
\ No newline at end of file
end
......@@ -43,4 +43,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsHasEffect(EFFECT_NECRO_VALLEY) then
Duel.SendtoDeck(e:GetHandler(),nil,SEQ_DECKTOP,REASON_EFFECT)
end
end
\ No newline at end of file
end
......@@ -63,4 +63,4 @@ function s.distg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function s.disop(e,tp,eg,ep,ev,re,r,rp)
Duel.NegateEffect(ev)
end
\ No newline at end of file
end
......@@ -71,4 +71,4 @@ function s.repop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then
Duel.Destroy(g,REASON_EFFECT)
end
end
\ No newline at end of file
end
......@@ -32,4 +32,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(10000)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE+RESET_PHASE+PHASE_END)
c:RegisterEffect(e1)
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