Commit 81377e92 authored by Xy❤️'s avatar Xy❤️ Committed by GitHub

minor update War Rock (#1646)

parent 9aaf6b1d
...@@ -61,7 +61,6 @@ function c18558867.draop(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,7 +61,6 @@ function c18558867.draop(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)
local g=Duel.GetMatchingGroup(c18558867.atkfilter,tp,LOCATION_MZONE,0,nil) local g=Duel.GetMatchingGroup(c18558867.atkfilter,tp,LOCATION_MZONE,0,nil)
local tc=g:GetFirst()
for tc in aux.Next(g) do for tc in aux.Next(g) do
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
...@@ -51,7 +51,6 @@ function c46169154.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -51,7 +51,6 @@ function c46169154.tgop(e,tp,eg,ep,ev,re,r,rp)
if #g>0 and Duel.SendtoGrave(g,REASON_EFFECT)>0 then if #g>0 and Duel.SendtoGrave(g,REASON_EFFECT)>0 then
Duel.BreakEffect() Duel.BreakEffect()
local sg=Duel.GetMatchingGroup(c46169154.atkfilter,tp,LOCATION_MZONE,0,nil) local sg=Duel.GetMatchingGroup(c46169154.atkfilter,tp,LOCATION_MZONE,0,nil)
local tc=sg:GetFirst()
for tc in aux.Next(sg) do for tc in aux.Next(sg) do
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
...@@ -70,7 +70,6 @@ function c72554862.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,7 +70,6 @@ function c72554862.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
end end
local g=Duel.GetMatchingGroup(c72554862.atkfilter,tp,LOCATION_MZONE,0,nil) local g=Duel.GetMatchingGroup(c72554862.atkfilter,tp,LOCATION_MZONE,0,nil)
local tc=g:GetFirst()
for tc in aux.Next(g) do for tc in aux.Next(g) do
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
...@@ -47,7 +47,6 @@ function c83286340.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -47,7 +47,6 @@ function c83286340.thop(e,tp,eg,ep,ev,re,r,rp)
if Duel.IsExistingMatchingCard(c83286340.atkfilter,tp,LOCATION_MZONE,0,1,nil) then if Duel.IsExistingMatchingCard(c83286340.atkfilter,tp,LOCATION_MZONE,0,1,nil) then
Duel.BreakEffect() Duel.BreakEffect()
local sg=Duel.GetMatchingGroup(c83286340.atkfilter,tp,LOCATION_MZONE,0,nil) local sg=Duel.GetMatchingGroup(c83286340.atkfilter,tp,LOCATION_MZONE,0,nil)
local tc=sg:GetFirst()
for tc in aux.Next(sg) do for tc in aux.Next(sg) do
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
......
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