Commit 265de7be authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/24PP' into master

parents 43657c61 3db27d77
...@@ -84,4 +84,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -84,4 +84,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SendtoGrave(g,REASON_EFFECT) Duel.SendtoGrave(g,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -83,4 +83,4 @@ function c21291696.lvop(e,tp,eg,ep,ev,re,r,rp) ...@@ -83,4 +83,4 @@ function c21291696.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)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
end end
\ No newline at end of file
...@@ -88,4 +88,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -88,4 +88,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
...@@ -135,4 +135,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -135,4 +135,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
...@@ -71,4 +71,4 @@ function c58680635.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,4 +71,4 @@ function c58680635.drop(e,tp,eg,ep,ev,re,r,rp)
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
end end
end end
end end
\ No newline at end of file
...@@ -79,4 +79,4 @@ function s.negcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -79,4 +79,4 @@ function s.negcon(e,tp,eg,ep,ev,re,r,rp)
end end
function s.negop(e,tp,eg,ep,ev,re,r,rp) function s.negop(e,tp,eg,ep,ev,re,r,rp)
Duel.NegateAttack() Duel.NegateAttack()
end end
\ No newline at end of file
...@@ -105,4 +105,4 @@ function c83962752.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -105,4 +105,4 @@ function c83962752.desop(e,tp,eg,ep,ev,re,r,rp)
end end
function c83962752.splimit(e,c,tp,sumtp,sumpos) function c83962752.splimit(e,c,tp,sumtp,sumpos)
return bit.band(sumtp,SUMMON_TYPE_SYNCHRO)==SUMMON_TYPE_SYNCHRO return bit.band(sumtp,SUMMON_TYPE_SYNCHRO)==SUMMON_TYPE_SYNCHRO
end end
\ No newline at end of file
...@@ -77,4 +77,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -77,4 +77,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
tc=g:GetNext() tc=g:GetNext()
end end
end end
\ No newline at end of file
...@@ -49,4 +49,4 @@ function c94185340.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -49,4 +49,4 @@ function c94185340.activate(e,tp,eg,ep,ev,re,r,rp)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
end end
end end
\ No newline at end of file
...@@ -77,4 +77,4 @@ end ...@@ -77,4 +77,4 @@ end
function c95207988.desop(e,tp,eg,ep,ev,re,r,rp) function c95207988.desop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then Duel.Destroy(tc,REASON_EFFECT) end if tc:IsRelateToEffect(e) then Duel.Destroy(tc,REASON_EFFECT) 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