Commit 7d029773 authored by wind2009's avatar wind2009

Format

parent 7d756de4
...@@ -84,4 +84,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp) ...@@ -84,4 +84,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
g:AddCard(c) g:AddCard(c)
Duel.Overlay(sc,g) Duel.Overlay(sc,g)
end end
end end
\ No newline at end of file
...@@ -80,4 +80,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp) ...@@ -80,4 +80,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
g:AddCard(c) g:AddCard(c)
Duel.Overlay(sc,g) Duel.Overlay(sc,g)
end end
end end
\ No newline at end of file
...@@ -76,4 +76,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,4 +76,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
g:AddCard(c) g:AddCard(c)
Duel.Overlay(sc,g) Duel.Overlay(sc,g)
end end
end end
\ No newline at end of file
...@@ -108,4 +108,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -108,4 +108,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
end end
end end
\ No newline at end of file
...@@ -96,4 +96,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -96,4 +96,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.HintSelection(sg) Duel.HintSelection(sg)
Duel.Destroy(sg,REASON_EFFECT) Duel.Destroy(sg,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -109,4 +109,4 @@ function s.negop(e,tp,eg,ep,ev,re,r,rp) ...@@ -109,4 +109,4 @@ function s.negop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
end end
end end
end end
\ No newline at end of file
...@@ -83,4 +83,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -83,4 +83,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
elseif tc:IsAbleToGrave() then elseif tc:IsAbleToGrave() then
Duel.SendtoGrave(tc,REASON_EFFECT) Duel.SendtoGrave(tc,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -97,4 +97,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -97,4 +97,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToChain() and tc:IsType(TYPE_MONSTER) then if tc:IsRelateToChain() and tc:IsType(TYPE_MONSTER) then
Duel.Destroy(tc,REASON_EFFECT) Duel.Destroy(tc,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -160,4 +160,4 @@ end ...@@ -160,4 +160,4 @@ end
function s.efcon(e,tp,eg,ep,ev,re,r,rp) function s.efcon(e,tp,eg,ep,ev,re,r,rp)
local ec=e:GetHandler():GetEquipTarget() local ec=e:GetHandler():GetEquipTarget()
return ec:IsSetCard(0x2d3) return ec:IsSetCard(0x2d3)
end end
\ No newline at end of file
...@@ -66,4 +66,4 @@ function s.lvop(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,4 +66,4 @@ function s.lvop(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
end end
end end
\ No newline at end of file
...@@ -85,4 +85,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -85,4 +85,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
end end
end end
\ No newline at end of file
...@@ -134,4 +134,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -134,4 +134,4 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.eqlimit2(e,c) function s.eqlimit2(e,c)
return c==e:GetLabelObject() return c==e:GetLabelObject()
end end
\ No newline at end of file
...@@ -107,4 +107,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -107,4 +107,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
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