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