Commit fdd57c08 authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/patch-new-2024' into master

parents 7bb1e3ac 218c5805
...@@ -79,4 +79,4 @@ function c1269512.atcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -79,4 +79,4 @@ function c1269512.atcost(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c1269512.atop(e,tp,eg,ep,ev,re,r,rp) function c1269512.atop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChainAttack() Duel.ChainAttack()
end end
\ No newline at end of file
...@@ -63,4 +63,4 @@ function c19974890.atkcon2(e,tp,eg,ep,ev,re,r,rp) ...@@ -63,4 +63,4 @@ function c19974890.atkcon2(e,tp,eg,ep,ev,re,r,rp)
end end
function c19974890.atkfilter(e,c) function c19974890.atkfilter(e,c)
return c:GetFlagEffect(19974890)~=0 return c:GetFlagEffect(19974890)~=0
end end
\ No newline at end of file
...@@ -65,4 +65,4 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,4 +65,4 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
Duel.BreakEffect() Duel.BreakEffect()
Duel.Destroy(sg,REASON_EFFECT) Duel.Destroy(sg,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -99,4 +99,4 @@ function c42427230.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -99,4 +99,4 @@ function c42427230.desop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()~=0 then if g:GetCount()~=0 then
Duel.Destroy(g,REASON_EFFECT) Duel.Destroy(g,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -64,4 +64,4 @@ function s.atop(e,tp,eg,ep,ev,re,r,rp) ...@@ -64,4 +64,4 @@ function s.atop(e,tp,eg,ep,ev,re,r,rp)
local mg=Duel.GetMatchingGroup(aux.TRUE,tp,LOCATION_MZONE,0,nil) local mg=Duel.GetMatchingGroup(aux.TRUE,tp,LOCATION_MZONE,0,nil)
Duel.Destroy(mg,REASON_EFFECT) Duel.Destroy(mg,REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -88,4 +88,4 @@ function s.desop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -88,4 +88,4 @@ function s.desop2(e,tp,eg,ep,ev,re,r,rp)
and Duel.Destroy(tc,REASON_EFFECT)>0 and tc:GetTextAttack()>0 then and Duel.Destroy(tc,REASON_EFFECT)>0 and tc:GetTextAttack()>0 then
Duel.Damage(1-tp,tc:GetTextAttack(),REASON_EFFECT) Duel.Damage(1-tp,tc:GetTextAttack(),REASON_EFFECT)
end end
end end
\ No newline at end of file
...@@ -106,4 +106,4 @@ function c74652966.lkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -106,4 +106,4 @@ function c74652966.lkop(e,tp,eg,ep,ev,re,r,rp)
if tc then if tc then
Duel.LinkSummon(tp,tc,nil) Duel.LinkSummon(tp,tc,nil)
end end
end end
\ No newline at end of file
...@@ -91,4 +91,4 @@ function s.indop(e,tp,eg,ep,ev,re,r,rp) ...@@ -91,4 +91,4 @@ function s.indop(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(1) e1:SetValue(1)
e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetReset(RESET_EVENT+RESETS_STANDARD)
rc:RegisterEffect(e1,true) rc:RegisterEffect(e1,true)
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