Commit 04a9db52 authored by wind2009's avatar wind2009

Update

parent 89b7ef47
......@@ -89,4 +89,4 @@ function s.cfop(e,tp,eg,ep,ev,re,r,rp,ac)
Duel.Remove(ac,POS_FACEUP,REASON_EFFECT)
end
end
end
\ No newline at end of file
end
......@@ -92,4 +92,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToChain() then
Duel.SendtoHand(tc,nil,REASON_EFFECT)
end
end
\ No newline at end of file
end
......@@ -81,4 +81,4 @@ function s.gspop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e2)
end
Duel.SpecialSummonComplete()
end
\ No newline at end of file
end
......@@ -51,4 +51,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
......@@ -84,4 +84,4 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
Duel.SSet(tp,sg:GetFirst())
end
end
end
\ No newline at end of file
end
......@@ -85,4 +85,4 @@ function s.sumop(e,tp,eg,ep,ev,re,r,rp)
if tc then
Duel.Summon(tp,tc,true,nil)
end
end
\ No newline at end of file
end
......@@ -99,4 +99,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
elseif e:GetLabel()==4 then
Duel.Destroy(tc,REASON_EFFECT)
end
end
\ No newline at end of file
end
......@@ -89,4 +89,4 @@ end
function s.tgop(e,tp,eg,ep,ev,re,r,rp)
local p,val=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
Duel.DiscardDeck(p,val,REASON_EFFECT)
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