Commit 52e469ec authored by nanahira's avatar nanahira

fix

parent a99e2267
...@@ -161,7 +161,7 @@ end ...@@ -161,7 +161,7 @@ end
standbyPhaseSkill(18144506, function(e,tp,eg,ep,ev,re,r,rp) standbyPhaseSkill(18144506, function(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.GetMatchingGroup(c18144506_filter,tp,0,LOCATION_ONFIELD,nil) local sg=Duel.GetMatchingGroup(c18144506_filter,tp,0,LOCATION_ONFIELD,nil)
Duel.Destroy(sg,REASON_RULE) Duel.Destroy(sg,REASON_EFFECT)
end, function(e,tp) end, function(e,tp)
return Duel.IsExistingMatchingCard(c18144506_filter,tp,0,LOCATION_ONFIELD,1,nil) return Duel.IsExistingMatchingCard(c18144506_filter,tp,0,LOCATION_ONFIELD,1,nil)
end) end)
...@@ -172,7 +172,7 @@ end ...@@ -172,7 +172,7 @@ end
standbyPhaseSkill(12580477, function(e,tp,eg,ep,ev,re,r,rp) standbyPhaseSkill(12580477, function(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.GetMatchingGroup(c12580477_filter,tp,0,LOCATION_MZONE,nil) local sg=Duel.GetMatchingGroup(c12580477_filter,tp,0,LOCATION_MZONE,nil)
Duel.Destroy(sg,REASON_RULE) Duel.Destroy(sg,REASON_EFFECT)
end, function(e,tp) end, function(e,tp)
return Duel.IsExistingMatchingCard(c12580477_filter,tp,0,LOCATION_MZONE,1,nil) return Duel.IsExistingMatchingCard(c12580477_filter,tp,0,LOCATION_MZONE,1,nil)
end) 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