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